AD
Administrator
Syncfusion Team
June 1, 2004 12:19 PM UTC
To hide the scrollbar, use
this.grid.HScrollBehavior = GridScrollbarMode.Disabled;
Check out the Grid\Samples\Quick Start\ScrollBars sample to see how you can use other scrollbars with a grid.