Windows Develop Bookmark and Share   
 index > Windows Forms General > application windows resize
 

application windows resize

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 */
Fernando Nicolet  Wednesday, May 13, 2009 5:13 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 */
Fernando Nicolet  Wednesday, May 13, 2009 5:13 PM

Are you tried to dockstyle fill datagrid and tabpages ?


this.Hide();
M.Sapmaz  Wednesday, May 13, 2009 5:14 PM

You can use google to search for other answers

Custom Search

More Threads

• HelpProvider and CHM/HTM files
• Windows Media Player ActiveX control
• Sudoku help needed
• Accessing protected problems
• Problems with a form showing mathematical plots
• Is it possible to drag and drop an item from outlook mail/desktop to a windows form
• listview problems
• How to get correct window caption height?
• another stupid combobox q
• Does BCL support all HTML native interfaces?