FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / C1GridControl Class / ScrollIntoView Method
The range to scroll into view.
The distance in pixels between the range and the viewport border.
if set to true disable animations.

In This Topic
    ScrollIntoView Method (C1GridControl)
    In This Topic
    Scrolls the grid to bring a specified range into view.
    Syntax
    'Declaration
     
    Public Sub ScrollIntoView( _
       ByVal range As GridControlRange, _
       Optional ByVal padding As Double, _
       Optional ByVal disableAnimation As Boolean _
    ) 
    public void ScrollIntoView( 
       GridControlRange 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.
    See Also