WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGrid Class / ScrollIntoView Method / ScrollIntoView(GridControlRange,Double,Boolean) 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(GridControlRange,Double,Boolean) Method
    In This Topic
    Scrolls the grid to bring a specified range into view.
    Syntax
    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