Disable scroll bounce

Hey all,

I am implementing a SfDataGrid, and whenever i scroll (horizontal or vertical), the grid "overscrolls" and bounces.

Is there a way to disable this?

I would like to implement it in a way, that when the end of the grid reaches the screen, it just stops.
And this in both directions. (Since i'm not using pull to refresh, i don't need to drag the grid downwards anyway).

Thanks in advance,
Wouter

2 Replies

WM Wouter Meuwis October 27, 2016 09:03 AM UTC

And... nevermind, 

I found it, 

grid.VerticalOverScrollMode = VerticalOverScrollMode.None;


HN Harikrishnan N Syncfusion Team October 27, 2016 09:10 AM UTC

Hi Wouter,

Thanks for the update. Please let us know if you require any further assistance. 

Regards,
Harikrishnan 


Loader.
Up arrow icon