The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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?
ADAdministrator 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.