Disable the Horizontal Scroll Bar in GridGroupingControl


How to Disable the Horizontal Scroll Bar in Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl .


1 Reply

SR Sri Rajan Syncfusion Team July 23, 2008 01:33 PM UTC

Hi Sreekesh,

Thank you for your interest in Syncfusion products.

Here is the code to disable the Horizontal ScrollBar in GridGroupingControl.

this.gridGroupingControl1.TableControl.HScrollBehavior = GridScrollbarMode.Disabled;


Please let me know if this helps.

Best Regards,
Srirajan.


Loader.
Up arrow icon