AD
Administrator
Syncfusion Team
August 2, 2005 09:05 AM UTC
1) The grid.ScrollCellInView method allows you to croll a cell into view.
2) You can get the last visible row using the grid.ViewLayout.LastVisibleRow property.
3) If the grid is not editable, the simplest thing to do is to use the ListBoxSelectionMode but also handle grid.CurrentCellActivating and set e.ColIndex = 0 in the handler. This will prevent the current cell from showing differently.