Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Controls position on window resizings...
 

Controls position on window resizings...

Hi all,

I have a WinForm that has a DataGridView, TextBox, ComboBox, ListBox & 2 buttons on it... how do I get the layout to stay the same or the DataGridView to resize it self to the current window size with out it all being out of sight in the From???

Thanks.

CSharpShooter  Tuesday, November 28, 2006 3:34 PM
try setting the anchor to top,left,bottom, right for controls which you want to resize with the form
Naga Satish Rupenaguntla  Tuesday, November 28, 2006 7:46 PM
try setting the anchor to top,left,bottom, right for controls which you want to resize with the form
Naga Satish Rupenaguntla  Tuesday, November 28, 2006 7:46 PM
Thanks ...
CSharpShooter  Wednesday, November 29, 2006 9:27 AM

You can use google to search for other answers

Custom Search

More Threads

• Non-data-bound-grid
• ImageList ImageStream property corrupted in the form's resx file (repost)
• Control can be designed, but Form using it can't
• DataGridView Custom Cell - Every Cell
• DLLImport InteropServices causing Property Editor problems with class dervied from Control
• Suppress components to be shown in toolbox
• HTML Textbox
• Inherited ControlDesigner
• Radio button custom control
• Working With MDI Forms