1
Answer

set the datagrid column index

E W

E W

18y
3.5k
1

Hi,

Does anyone know how to set the datagrid column index in Windows form in C#? I can get the firstcolumnindex like this -> grid_schedule.FirstVisibleColumn;
After reload the dataset, i would like to set back the column index caz I got many columns on the grid and user need to scroll thru it to the right after reload.

Thanks.

Answers (1)