We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

bring the scroll bar location to current record

there are records in grid and sorted in aphabatical order .Now i have to bring Scrol position to location where i have set record as current record.

1 Reply

AD Administrator Syncfusion Team March 19, 2007 05:44 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

this.gridGroupingControl1.TableControl.SetCurrentVScrollPixelPos(PixelPosition);

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon