Page 1 of 1

Scrolling not working on mobile device

Posted: Tue Feb 19, 2019 12:46 am
by fangeles
Hi,

I have followed the workaround for ListBox to have scrollbars by putting it inside the ScrollViewer and setting the VerticalScrollBarVisibility to Visible, but I can't scroll.


Please see video below:
https://1drv.ms/v/s!AmXRQIT1e96EmqwxNjxB2f4BSKUWog

The ListBox has 10px margin so here what happens:
1. when I scroll outside the bounds of ListBox it scrolls
2. When I scroll inside ListBox bounds it doesn't scroll.

(Note: In desktop versions, it is working)


In WPF, we can just set ScrollViewer.CanContentScroll="False" but this is not yet supported.


Hoping for your reply.

Thanks,

Fernan

Re: Scrolling not working on mobile device

Posted: Tue Feb 19, 2019 3:41 am
by JS-Support @Userware
Hi,

Thanks for reporting this issue. We are going to attempt to reproduce it and I will keep you updated.

Regards