[]
Scrolls the grid to bring a specific cell into view.
public void ScrollIntoView(int row, int col, double padding = 8, bool disableAnimation = false)
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 |