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.
ADAdministrator Syncfusion Team October 7, 2004 01:36 PM UTC
If you set
this.gridControl1.HScrollPixel = true;
then the grid should scroll pixel by pixel (instead of cell by cell) allowing you to expose the right edge so you can grab it for sizing.
ASAndrew SkalkinOctober 7, 2004 04:39 PM UTC
>If you set
>
>this.gridControl1.HScrollPixel = true;
>
>then the grid should scroll pixel by pixel (instead of cell by cell) allowing you to expose the right edge so you can grab it for sizing.
Thanks, Clay!
The cell-by-cell scroll is the preferrable way of scrolling the grid. I just had a hope that there is a way for the user to shrink it. Looks like we will have to pop up a menu when user clicks on a column header with the "Shrink to fit" option.