AD
Administrator
Syncfusion Team
March 19, 2007 05:04 PM UTC
Hi Swaminath,
You can get the position of vertical scroll bar using the TableControl.GetCurrentVScrollPixelPos() method and set the position of vertical scroll bar using the TableControl.SetCurrentVScrollPixelPos() method. Using these methods you can able to move the ScrollBar as required
[C#]
this.gridGroupingControl1.TableControl.SetCurrentVScrollPixelPos(PixelPosition);
Best regards,
Haneef