B basicuser27 Member Licensed User Longtime User Sep 4, 2015 #1 Hi, I have a searchview inside a scrollview. in the searchview there is no possibility to scroll because the scrollview takes precedence... is there any way to bypass it ? thanks
Hi, I have a searchview inside a scrollview. in the searchview there is no possibility to scroll because the scrollview takes precedence... is there any way to bypass it ? thanks
Erel B4X founder Staff member Licensed User Longtime User Sep 6, 2015 #2 You shouldn't combine two scrolling views. You can modify the code and show the ListView on a different panel, outside of the parent ScrollView. Upvote 0
You shouldn't combine two scrolling views. You can modify the code and show the ListView on a different panel, outside of the parent ScrollView.
B basicuser27 Member Licensed User Longtime User Sep 7, 2015 #3 Hi, i have already the scrollview on a different panel.... maybe someone can point me in the right direction ? Upvote 0
Hi, i have already the scrollview on a different panel.... maybe someone can point me in the right direction ?