diff --git a/How-to-scroll-and-select-the-record-programmatically-in-wpf-datagrid/README.md b/How-to-scroll-and-select-the-record-programmatically-in-wpf-datagrid/README.md index b5eb20d..a3aa2c8 100644 --- a/How-to-scroll-and-select-the-record-programmatically-in-wpf-datagrid/README.md +++ b/How-to-scroll-and-select-the-record-programmatically-in-wpf-datagrid/README.md @@ -3,3 +3,5 @@ This sample show cases how to scroll and select the record programmatically in [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid). You can scroll to record programmatically using `ScrollInView` method by passing the row index of the record in [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid). You can get the row index of the record by using [ResolveToRowIndex](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridIndexResolver.html#Syncfusion_UI_Xaml_Grid_GridIndexResolver_ResolveToRowIndex_Syncfusion_UI_Xaml_Grid_SfDataGrid_System_Object_) extension method present in **Syncfusion.UI.Xaml.Grid.Helpers**. + +KB article - [How to scroll and select the record programmatically in WPF DataGrid (SfDataGrid)?](https://www.syncfusion.com/kb/8624/how-to-scroll-and-select-the-record-programmatically-in-wpf-datagrid-sfdatagri)