View Single Post
  #1 (permalink)  
Old 05-06-2009, 1:56 AM
Progress2007 Progress2007 is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Sep 2008
Posts: 25
Reputation: 21
Progress2007 is on a distinguished programming path ahead
Default Increase the DataGridView Columns width dynamically

Hi
I am using VB.NET 2008.
I have a dataGridView and wht i want that when form resizes the column should also be resizes. My probelm is that i have to do it programatically. beacuse grid is containes in a Panel.

User can resize by two ways, etither by clicking maximize button, or by resizing the form manually at run time.

Please tell me how can i achieve this.
Reply With Quote