[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FlexGrid.ScrollIntoView

ScrollIntoView Method

ScrollIntoView(int, int)

Scrolls the grid to bring a specific cell into view.

Declaration
public void ScrollIntoView(int row, int col)
Parameters
Type Name Description
int row

Index of the row to scroll into view.

int col

Index of the column to scroll into view.