Hi,
Hopefully an easy question for you. Is there a way to enable the tracking on the scrollbars of a GDBG? That is, when the user holds the mouse down on the scrollbar button (the one in the middle) the grid will move?
Thanks,
Virgil
VI
Virgil
August 12, 2005 06:57 PM UTC
I wish I could type today! Scroolbar. jeesh!
AD
Administrator
Syncfusion Team
August 12, 2005 10:39 PM UTC
Try setting this property.
this.gridDataBoundGrid1.VerticalThumbTrack = true;
VI
Virgil
August 13, 2005 04:28 PM UTC
Thanks a bunch