Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Size of chart (Read 1665 times)
DConroy
YaBB Newbies
*
Offline



Posts: 12
Joined: Nov 1st, 2005
Size of chart
Nov 16th, 2005 at 1:49pm
Print Post  
I have a flowchart on a form.  Its the only control on a form, and its set to Dock.Fill.

The form is then loaded into an MDI.

I seem to be locked into a certain size canvas for the control.  I want to have the drawing surface of the control be very large, giving users a large work area, and have the scroll bars(and an overview control in another window) to navigate around the space.

If I remove the chart from Dock.Fill, and manually set the size of the control, the scrollbars disappear.

Any ideas on how to do this or perhaps an "auto expanding" feature that grows the canvas as items are dropped at the edges?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Size of chart
Reply #1 - Nov 16th, 2005 at 1:53pm
Print Post  
In order to enlarge the diagram area, set flowchart.DocExtents to a larger RectangleF value. Or set AutoSizeDoc to AllDirections or RightAndBottom to enable auto-expanding.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint