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.