[]
        
(Showing Draft Content)

C1.WinUI.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)
Public Sub ScrollIntoView(row As Integer, col As Integer, Optional padding As Double = 8, Optional disableAnimation As Boolean = 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.