|
-
January 2nd, 2007, 09:10 AM
#1
[RESOLVED] Control Resizing
Hi All,
In VB6 there was a Method called resize on a form that would allow me to programatically change the width, height etc of controls on a form based on the forms dimensions. Typically used when a user Drags the edge of a form to make it larger.
I could not find a Resize event on my form (Winforms).
It appears that I need to use something like a FLowLayout Control. So I have placed a flowlayout control on my form and then placed a treeview and grid control on that. However, I still seem not to be able to resize the control accourdingly.
COuld someone please point me in the direction to resize controls on a form during runtime when the user decides to manually increase or decrease the size of the form.
If you find my answers helpful, dont forget to rate me 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|