Resizing and Relocating controls on a Form

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?
 
G

Guest

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top