AD
Administrator
Syncfusion Team
September 8, 2004 05:31 PM UTC
You can prevent the grid from repainting by calling grid.BeginUpdate. Then later when you want the grid to resume painting you can call grid.EndUpdate.
As far as setting the scroll position, you can set grid.TopRowIndex, or you can set grid.VScrollBar.Value directly.