Hello.
I want to have up to 16 seek bars on my app but in order to make them easy to use with fat fingers I thought I could put them on a scroll view so only 4 were available, spread out on the screen at any one time. However when they are placed on a horizontal scroll view, for instance, the scroll view event dominates and so the seekbars are very hard to use. I have tried using the scroll view ScrollToNow to try and lock the scroll view but I can't find a way to interact successfully with the seek bars. Am I right in thinking I can't disable the scroll view momentarily? I'm adding the scroll views programatically, although with only 4 I could do it in the designer.
I want to have up to 16 seek bars on my app but in order to make them easy to use with fat fingers I thought I could put them on a scroll view so only 4 were available, spread out on the screen at any one time. However when they are placed on a horizontal scroll view, for instance, the scroll view event dominates and so the seekbars are very hard to use. I have tried using the scroll view ScrollToNow to try and lock the scroll view but I can't find a way to interact successfully with the seek bars. Am I right in thinking I can't disable the scroll view momentarily? I'm adding the scroll views programatically, although with only 4 I could do it in the designer.