Resizing and Relocating controls on a Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have three "strip chart" style graphs on a form. They are located at the
top middle and bottom of the form and the cover the entire form. They are
achored to the top, left and right. When the from is maximized I get an empty
gap at the bottom and when the from is resized smaller then the design
version I lose a portion of the gottom graph.
Is there a simple elegant way to resize my graphs without getting the
resize event and then recalculating the size and location of each graph?
 
Not sure but you may be able to do something like this with XAML. You may
want to check into that. Otherwise there isn't a straight forward easy way
to do it except for in the Resize event that I know of. This is definitely
something I miss from my Java days with their custom layout managers. Oh
well, you win some you lose some...
 
Back
Top