GDBG. is it possible to turn off scroller of the grid?

Hi All. I need to turn off(hide) standard horizontal scroller of the my grid. I want to use my own scroller. are there any events or methods for scrolling?

1 Reply

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.

Loader.
Up arrow icon