'Declaration
Public Overloads Sub ScrollIntoView( _ ByVal range As GridCellRange, _ Optional ByVal padding As Double, _ Optional ByVal disableAnimation As Boolean _ )
'Usage
Dim instance As GridBase Dim range As GridCellRange Dim padding As Double Dim disableAnimation As Boolean instance.ScrollIntoView(range, padding, disableAnimation)
public void ScrollIntoView( GridCellRange range, double padding, bool disableAnimation )
Parameters
- range
- The range to scroll into view.
- padding
- The distance in pixels between the range and the viewport border.
- disableAnimation
- if set to
true
disable animations.