ScrollPosition Property (C1FlexGridClassic)
In This Topic
Gets or sets the location of the auto-scroll position.
Syntax
'Declaration
Public Property ScrollPosition As Point
public Point ScrollPosition {get; set;}
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