I am using flowchart for an application that provides layout functionality like in MS Powerpoint to the user. I tested a lot of .net controls out there and so far flowchart is by far the best for this task.
Nevertheless some issues are mssing and I would be most happy to see them in a future build:
I would like to see a table class similar to the one in Powerpoint:
-
create a table with a given number of rows and columns
-
each cell of a table can hold controlHosts where you can embed, e.g. a richtextbox control
-
The table needs formatting functions like frame color, weight and style, fill color. The margin of each cell has to be adjustable. This frame has to be independent from the embedded controlHost. To highlight certain rows or columns, it should be possible to format the whole frame of a row/column at once
-
column and row size can be adjusted by moving the splitterline between two rows or columns
-
the whole table, a whole row or column should be selectable by clicking on a certain spot on the table to format the complete table/row/column
-
there must be methods to add/delete rows, columns and which also creates/deletes the embedded controlhosts.
-
There should be methods to split/combine table cells
With this kind of a table layout class flowchart.net would be a perfect tool to create applications with layout capabilities like powerpoint. It would not only be perfect for my application but most probably also for your marketing guys to promote flowchart.net not only as a flowcharting tool but also as presentation creation tool
Some other issues from my side are:
The docextents should be settable in designtime. Also it should be easy to set an offset or option for the document at designtime so it can be shown e.g. in the middle of the screen. So far I am using ScrollX, ScrollY which isn’t very nice to use.
The flowchart document should have adjustable margin properties (in measureunit), where the drawing of objects can be restricted.
The ruler control should offer an easy way to move the origin (0,0) to a certain point on the flowchart document.
The ruler control should optionally only be as large as the flowchart document and sh
I would like to see a Image Class which can hold Images or cliparts. The usage of a box and placing the image inside is a bit to complicated.
It should be possible to change the z-order of each chartObject, also for controlHosts.
I hope that some of my wishes will make it into the next version
Dirk