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.
Hello,
Is there a way to scroll a grid window to the upper left hand corner? I''ve tried using the ScrollCellInView method but it only seems to work if you have not frozen any rows or columns on the GridControl.
Thanks!
ADAdministrator Syncfusion Team August 12, 2004 07:22 PM UTC
You can set the grid.LeftColIndex and grid.TopRowIndex properties to position a particular row and column to the top-left position.
PLPaul LaudemanAugust 13, 2004 10:01 AM UTC
Thanks Clay -- that did the trick!
>You can set the grid.LeftColIndex and grid.TopRowIndex properties to position a particular row and column to the top-left position.