Hello, I have windows application with tabpages and datagrids. When i resize the windows size (to full screen) the window resizes but the tabpages and datagrids no. How can i do that all of them will be resized according the original window size?
Moved byOmegaManMVPWednesday, May 13, 2009 5:27 PM (From:Visual C# General)
michaelgr123 Wednesday, May 13, 2009 5:06 PM
Take a look at each control's anchor property. This allows you to "stick" a side of the control to its parent's side of the control. Play with it a little and you'll get how it works. /* No comments */
Take a look at each control's anchor property. This allows you to "stick" a side of the control to its parent's side of the control. Play with it a little and you'll get how it works. /* No comments */