Hi,
How do I set the datagrid column width such that it fits datagrid column's header text or the length of the cell with maximum length.
Thanks,
Hi,
How do I set the datagrid column width such that it fits datagrid column's header text or the length of the cell with maximum length.
Thanks,
Setting datagrid column width ??
mattpic
dataGridView1.Columns(1).AutoSizeMode = DataGridViewAutoSizeColumnMode.AllCells
SCISYS DBA