C1.Win.FlexGrid Namespace / C1FlexGridBase Class / ScrollPosition Property

ScrollPosition Property (C1FlexGridBase)
Gets or sets the location of the auto-scroll position.
Syntax
'Declaration
 
Public Property ScrollPosition As Point
 
Remarks

Use the C1.Win.FlexGrid.Util.BaseControls.ScrollableControl.ScrollPosition property to get or set the scroll position using pixel coordinates.

Use the TopRow and LeftCol properties to get or set the scroll position using cell coordinates.

Example
This code binds two grids (_flexLeft and _flexRight) together and synchronizes their scrolling in the vertical direction (the user can scroll the grids independently in the horizontal direction).
See Also