AD
Administrator
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.
AS
Andrew Skalkin
October 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.