Column width resize issue

Hi,

I am using .NET version 2.0 and Syncfusion version 4.4.0.51. I am using syncfusion gridcontrol in my application. I have an issue when I resize the GridControl columns if the cell has a lengthy text. If the cell has a lengthy text and if I resize the column width, the text looks cut off. Instead I need a Horizontal scroll bar to see the entire text. I do not want to resize the row heights and also the form size. I have attached a sample application showing the resize issue. Kindly let me know if I can overcome this.

Thanks
Rohith

ResizeColumnWidth.zip

1 Reply

JS Jeba S Syncfusion Team July 2, 2007 01:18 PM UTC

Hi Rohith,

Thank you for your sample.

You can enable the pixel scrolling to see the Horizontal scrollbar.

this.gridControl1.HScrollPixel = true;


Kindly let us know if you need any further assistance.

Best Regards,
Jeba.

Loader.
Up arrow icon