[]
        
(Showing Draft Content)

C1.Blazor.Grid.C1GridControl.ScrollIntoView

ScrollIntoView Method

ScrollIntoView(GridControlRange, double, bool)

Scrolls the grid to bring a specified range into view.

Declaration
public void ScrollIntoView(GridControlRange range, double padding = 8, bool disableAnimation = false)
Parameters
Type Name Description
GridControlRange range

The range to scroll into view.

double padding

The distance in pixels between the range and the viewport border.

bool disableAnimation

if set to true disable animations.