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

Scrollbar behavior

I''ve created a virtual grid but I dont want scrollbars visible at all in my grid. In designer I set HScrollBehavior and VScrollBehavior to GridScrollbarMode.Disabled. However, when the application comes up, I have a horizontal and a vertical scrollbar. The horizontal scrollbar doesnt work but the vertical scrollbar does. I''d prefer to have neither of these visible, what am I missing?

1 Reply

AD Administrator Syncfusion Team March 25, 2004 04:10 PM UTC

In addition to setting HScrollBehavior and VScrollBehavior to GridScrollbarMode.Disabled, try setting this.gridDataBoundGrid1.HScroll = false; this.gridDataBoundGrid1.VScroll = false; Depending upon exactly how you have your grid parented, and when you set the values in the grid, these properties may need to be reset as well.

Loader.
Live Chat Icon For mobile
Up arrow icon