wimpie3 Well-Known Member Licensed User Longtime User Jan 18, 2015 #1 Is it possible to determine if the user clicks on the labels OR on the bitmap in a ListView? The onclick is fired for both...
Is it possible to determine if the user clicks on the labels OR on the bitmap in a ListView? The onclick is fired for both...
eurojam Well-Known Member Licensed User Longtime User Jan 19, 2015 #2 wiempie, you can use a scrollview instead where you can add panels, imageviews and so on and use the click events of them. best regards Stefan Upvote 0
wiempie, you can use a scrollview instead where you can add panels, imageviews and so on and use the click events of them. best regards Stefan
Erel B4X founder Staff member Licensed User Longtime User Jan 19, 2015 #3 Don't use a ScrollView. Use CustomListView class (which is based on a ScrollView). Upvote 0
KMatle Expert Licensed User Longtime User Jan 19, 2015 #4 Erel, why not use an own scrollview with own views on it? (except the CustomListview decreases the work). Upvote 0
Erel, why not use an own scrollview with own views on it? (except the CustomListview decreases the work).
DonManfred Expert Licensed User Longtime User Jan 19, 2015 #5 Klaus you easily can use custom scroll view aS you can load a design to a panel. In this design you have all possibilities. Click longclick and so on for ALL objects in your layout Upvote 0
Klaus you easily can use custom scroll view aS you can load a design to a panel. In this design you have all possibilities. Click longclick and so on for ALL objects in your layout
KMatle Expert Licensed User Longtime User Jan 19, 2015 #6 I only was confused of Erel writing "Don't use a ScrollView" like "never ever use a scrollview" Upvote 0