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

scroll bar


Hi,

I was wondering how to set the scroll bar so that when the user clicks and drags the scroll bar, it scrolls immediately instead of waiting for the user to release the mouse button. Thanks!

1 Reply

HA haneefm Syncfusion Team June 27, 2007 11:16 PM UTC

Hi Code12345,

You can try this code:

this.gridControl1.VerticalThumbTrack = true;
this.gridControl1.HorizontalThumbTrack = true;

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon