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.
Up arrow icon