This is a migrated thread and some comments may be shown as answers.

Can't stop scrolling on finger's tap after async items loading

2 Answers 59 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Liron
Top achievements
Rank 1
Liron asked on 15 Jul 2013, 09:23 AM
Hi,
When I'm scrolling a long list of items, I want to stop it from scrolling when I tap the list with my finger.
I found out that this won't work if I'm loading my items via async code (like WebService's callback method), the list will continue to scroll...

How can I solve it?

2 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 16 Jul 2013, 08:28 AM
Hi Liron,

Thanks for writing.

The scrolling in RadDataBoundListBox is supported by the native ScrollViewer component and we do not have much impact on its behavior. However, we are willing to take a look at your code and see if we can think of a workaround for this behavior. Is it possible for you to prepare a sample that reproduces the issue and send it to us for further investigation?

Thanks for your time.

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Peter
Top achievements
Rank 1
answered on 06 Aug 2013, 10:39 AM
I had exactly the same issue. It was affecting every scrollviewer in my app, none of which would respond to the tap event to stop scrolling.

Turned out to be a RadWindow defined in the Template for the TransitionFrame of the app. I moved the RadWindow to before the ContentPresenters in the frame template and everything was fine. Very strange indeed.
Tags
DataBoundListBox
Asked by
Liron
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Peter
Top achievements
Rank 1
Share this question
or