
05-06-2009, 8:27 AM
|
 |
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
|
|
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,318
Reputation: 1315
|
|
Are you talking about resizing the grid control or the columns within the grid? Controls can resize dynamically if you set Dock or Anchor properties, columns can resize dynamically with the AutoSizeMode property of the column.
|