ScrollIntoView(GridCellRange,Double,Boolean) Method
Scrolls the grid to bring a specified range into view.
'Declaration
Public Overloads Sub ScrollIntoView( _
ByVal As GridCellRange, _
Optional ByVal As Double, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As GridBase
Dim range As GridCellRange
Dim padding As Double
Dim disableAnimation As Boolean
instance.ScrollIntoView(range, padding, 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.