Hi all!
I want the columns in a datagrid (where the datasource is a dataset) to resize with the forms size.
I did a solution like this:
DataGrid1.PreferredColumnWidth = DataGrid1.Width / 5 -Offset
(the number of columns is 5 and Offset for borders and stuff)
Didn't feel that proffesional...
Is there a command for filling the grid with columns? Like dock or anchor but with the data within?
