D Darknight20 Member Oct 17, 2020 #1 Hi i want lock the scrollview and so that can click scrollview-panel views i found this but if add panel on scrollview, i cant click on scrollview-panel views: https://www.b4x.com/android/forum/threads/how-lock-the-scroll-view.56667/#content Also i tried "SetOnTouchListener" with "reflect"; it work but i cant again unlcok scrollview So, how i can do this??
Hi i want lock the scrollview and so that can click scrollview-panel views i found this but if add panel on scrollview, i cant click on scrollview-panel views: https://www.b4x.com/android/forum/threads/how-lock-the-scroll-view.56667/#content Also i tried "SetOnTouchListener" with "reflect"; it work but i cant again unlcok scrollview So, how i can do this??
Erel B4X founder Staff member Licensed User Longtime User Oct 18, 2020 #2 Why aren't you using xCustomListView? You can click on the items without disabling scrolling. Upvote 0
D Darknight20 Member Oct 18, 2020 #3 i hava a project that before i used scrollview also, now i can click on the items without disabling scrolling but i want disable scrollview scrolling and i want click on item after dissabled Upvote 0
i hava a project that before i used scrollview also, now i can click on the items without disabling scrolling but i want disable scrollview scrolling and i want click on item after dissabled