Re-Size DataGridView

evad4682

Well-known member
Joined
Nov 7, 2005
Messages
55
Programming Experience
Beginner
Hello All,

I have a DataGridView on a form that I would like to change size when I resize the form. Hope this is something simple - just a property of this control I am missing? :eek:

Using Visual Studio 2005

Thanks in advance
 
Dock=Fill is used if the control should fill it's container always, otherwise Anchor property is used.
 
Back
Top