U unba1300 Guest Mar 11, 2014 #1 Anyone know what effect disabling a scrollview has? I don't see any difference. Thanks.
DonManfred Expert Licensed User Longtime User Mar 12, 2014 #2 The ListView can not be scrolled and the itemclick event doesnt fire when disabled PS: Sorry, misunderstood your question... I thought on Listview, not scrollview... Upvote 0
The ListView can not be scrolled and the itemclick event doesnt fire when disabled PS: Sorry, misunderstood your question... I thought on Listview, not scrollview...
Erel B4X founder Staff member Licensed User Longtime User Mar 12, 2014 #3 Seems like it has no effect. You can disable scrolling by adding a transparent Panel over the ScrollView and handling its Touch event. Upvote 0
Seems like it has no effect. You can disable scrolling by adding a transparent Panel over the ScrollView and handling its Touch event.
micheleBr Member Licensed User Longtime User Aug 7, 2014 #4 Erel said: Seems like it has no effect. Click to expand... Not effect here too. Will it fixed ? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 7, 2014 #5 ScrollView is a native Android view. This is how Google designed it. Upvote 0