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

Scroll is too fast on touch screen

4 Answers 851 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Stefan
Top achievements
Rank 1
Stefan asked on 09 Aug 2019, 08:30 AM

Hi!

I'm using WPF RadComboBox in an application and run the application on a Lenovo ThinkPad. It has touch screen and runs Windows 10 Enterprise.

When I have many items in my RadComboBox and scroll through them on the touch screen, the scroll is much too fast - it scrolls too many items at the time.

I installed the WPF Controls Demo and got the same result, though not as apparent since the example doesn't contains as many items.

Have you experienced the same problem? Is there any way I can "slow down" the scroll?

If I use a regular WPF ComboBox instead of the RadComboBox, I don't have this problem. But I'd really prefer to use the RadComboBox if possible =)

Best Regards!

4 Answers, 1 is accepted

Sort by
0
Stefan
Top achievements
Rank 1
answered on 09 Aug 2019, 08:43 AM
And for additional information; the version of Telerik UI for UI I'm using is 2019.1.220.
0
Dinko | Tech Support Engineer
Telerik team
answered on 14 Aug 2019, 08:29 AM
Hi Stefan,

The scrolling inertia depends on the swipe length. The touch mechanism does not provide a way to reduce the speed of the scrolling. What comes up to my mind is to set the ScrollViewer.CanContentScroll property to false of the RadComboBox. This way the scrolling will be by pixel and not by item. I need to point here that this approach will disable the virtualization of the items inside the dropdown. In a scenario with large numbers of items, this approach will reduce the loading performance of the items.

Give this approach a try and let me know if it works for you.

Regards,
Dinko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Stefan
Top achievements
Rank 1
answered on 15 Aug 2019, 07:32 AM

Hi Dinko,

This solution worked perfectly - thank you so much for your help!

Best Regards

Stefan

0
Stefan
Top achievements
Rank 1
answered on 15 Aug 2019, 07:47 AM

And so far I haven't seen any issues with performance =)

/Stefan

Tags
ComboBox
Asked by
Stefan
Top achievements
Rank 1
Answers by
Stefan
Top achievements
Rank 1
Dinko | Tech Support Engineer
Telerik team
Share this question
or