|
Hi, I'm filling a datagridview with data from two databases and this datagridview is being displayed on a tabpage. The only problem is the default size of the datagridview only displays two columns (of about 9), the user would have to use the scroll bar to see the rest.
Is there a handy way to do make the datagrids size automatically change to fit the tabpage, or at least change to display all the columns? I can see how to change the size of the rows and columns, but not the size of the datgridview itself... I'm using C#.
|