scroll groupinggrid programatically

How can I scroll the gridgrouping control programatically? With the grid control, I have access to a ScrollBarWrapper, but such an item does not appear to exist for the grouping grid.

1 Reply

AD Administrator Syncfusion Team October 11, 2006 05:45 PM UTC

Just to clarify - I want to do scrolling with the grouping grid similar to the following (grid control) - not just a scroll cell into view, etc

gridControl1.VScrollBar.SendScrollMessage(ScrollEventType.SmallIncrement);

Loader.
Up arrow icon