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

Grid Control Scrolling

Hi

I managed to create a grid control with Rich Text, images and tables (used a user control with a grid in it). When I scroll this grid with all these special cell types scrolling is pathetic. Am I doing anything wrong? Is there any specific setting I need to do?

Thanks
Sudha

3 Replies

HA haneefm Syncfusion Team August 13, 2007 03:04 PM UTC

Hi Sudha,

You can turn ON the pixel scrolling of the grid by setting XScrollPixel to true. Please try this and let me know if this helps.

this.gridControl1.HScrollPixel = true;
this.gridControl1.VScrollPixel = true;

Best Regards,
Haneef


SR Sudharsini Ravikumar August 28, 2007 05:51 PM UTC

Scrolling feels much better now. I hope with lot of data this still would work good.

Thanks.


SR Sudharsini Ravikumar October 19, 2007 06:34 AM UTC

I have another scrolling question. When I scroll by clicking between the thumb track and arrows at the ends I would expect the grid control to scroll exactly 1 page. But it scrolls more then 1 page. Therefore I have to scroll using the small arrow at either ends rather than the bigger page scrolling. Could someone help me to fix this?

Thanks
Sudha

Loader.
Live Chat Icon For mobile
Up arrow icon