Resizing Columns in a DataGrid
-
We make extensive use of Datagrids in our project but a lot of the data displayed in the grid is either to big for the specific column or the column is to big for the data. Can ANYONE tell me how to resize only certain columns in the datagrid???? :confused::confused::confused::confused::confused:
-
We make extensive use of Datagrids in our project but a lot of the data displayed in the grid is either to big for the specific column or the column is to big for the data. Can ANYONE tell me how to resize only certain columns in the datagrid???? :confused::confused::confused::confused::confused:
Hi!
I've also tried this and went crazy doing so... I don't think it's possible.
My advice is to use a ListView Control. You can't use Databinding then, but you can resize your columns to whatever size you want....
If anyone knows how to resize the datagrid columns, i'd like to know how to do it, too!
Sorry I couldn't give you better advice... :(
-Timo