AD
Administrator
Syncfusion Team
January 29, 2007 06:46 PM UTC
Hi Nathan,
You can call the ScrollCellInView method to scroll the currentcell into view. Here is a code snippet.
GridCurrentCell cc = this.grid.CurrentCell;
this.grid.ScrollCellInView(cc.RowIndex,cc.ColIndex);
Please let me know if this helps.
Regards,
Haneef