The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
FPFarjana Parveen Ayubb Syncfusion Team July 16, 2019 11:21 AM UTC
Hi Van Ice,
We have analyzed your requirement “Programmatically scroll the DataGrid” in UWP. You can achieve this by ScrollInView method. You can scroll programmatically to particular cell using ScrollInView method by passing row and column index. Please refer the below code snippet,
C#:
int rowIndex = this.dataGrid.GetLastDataRowIndex();
int columnIndex = this.dataGrid.GetLastColumnIndex();