In the Syncfusion Essential Suite Developper Center Version 3.0, all of your sample has this nice feature: When you scroll, the grid dynamically refresh, it’s easier to know where you want to scroll. When I use the grid I need to stop scrolling to let the grid refresh. How do I set this feature?
AD
Administrator
Syncfusion Team
April 20, 2005 09:46 PM UTC
Try setting
this.gridControl1.VerticalThumbTrack = true;
this.gridControl1.HorizontalThumbTrack = true;
to see if that does what you want.
SS
Stephane SansCartier
April 21, 2005 01:14 PM UTC
Worked, thank !