[]
        
(Showing Draft Content)

C1.Blazor.Grid.FlexGrid.ScrollIntoView

ScrollIntoView Method

ScrollIntoView(int, int, double, bool)

Scrolls the grid to bring a specific cell into view.

Declaration
public void ScrollIntoView(int row, int col, double padding = 8, bool disableAnimation = false)
Parameters
Type Name Description
int row

Index of the row to scroll into view.

int col

Index of the column 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.