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
close icon

ggc - disabling ScrollBars

Hi,

How can I prevent the ggc scroll bars (either or both) from appearing ?


Thanks in advance.

1 Reply

HA haneefm Syncfusion Team May 21, 2007 05:32 PM UTC

Hi Ryan,

You can try this :

this.gridGroupingControl1.TableControl.HScroll = false;
this.gridGroupingControl1.TableControl.HScrollBehavior = GridScrollbarMode.Disabled;
this.gridGroupingControl1.TableControl.VScroll = false;
this.gridGroupingControl1.TableControl.VScrollBehavior = GridScrollbarMode.Disabled;

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon