We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How can one shrink the column if it is bigger than the screen?

If the column is wider than the screen, you can''t grab the right border to reduce its width. Are there any workaround?

2 Replies

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.

Loader.
Up arrow icon