Windows Develop Bookmark and Share   
 index > Windows Forms General > DataGridView resize?
 

DataGridView resize?

I have a DataGridView which I want to be user resizeable. I can make the colums etc inside the control resizeable, but cant figure out how to make the entire control resizeable. This control is on a page and there is space on the page. Can this be done? How do I do It? Any advise will be appreciated.
Ryn  Wednesday, September 13, 2006 8:27 AM
you can use the Dock and Anchor property of the control to resize the control depending upon the form size.
Prasant Swain  Wednesday, September 13, 2006 9:37 AM

You can use google to search for other answers

Custom Search

More Threads

• GetFiles() with two search format
• Convert xml string to color
• How to bind with morethan one table to a DataGridView?
• Help with start up of VS2005 app
• DateTimePicker and 1 digit dates
• get selected index of a ComboBox column in a DataGridView
• Vertical Datagrid
• Multi-threading and UI controls, Invoke(), BeginInvoke().
• myPropertyGrid.SelectedObject = myRemotedObject;
• Powershell -- "kill -SIGUSR1 (pid)"?