Parameters
- rowIndex
- Row index to scroll to.
Return Value
A Task of the operation.
if (FrameworkApplication.Panes.ActivePane is ITablePane tablePane) { // move to first row tablePane.BringIntoView(0); // move to sixth row tablePane.BringIntoView(5); } }
Target Platforms: Windows 11, Windows 10