hilario1638
Programmer
i want to automatically scroll the data grid to a specific cell that is not visible on screen, how can i do this?
I've tryed to get the HScrollBar from the DataGrid.Controls enumeration and adding a value value until it gets the desired cell in the screen but it seems like the scrollbar is disconnected from the datagrid
I've tryed to get the HScrollBar from the DataGrid.Controls enumeration and adding a value value until it gets the desired cell in the screen but it seems like the scrollbar is disconnected from the datagrid