A Adamdam Active Member Licensed User Longtime User Feb 24, 2024 #1 Dear All, Greetings, regarding TabStrip as an example at : https://www.b4x.com/android/forum/threads/tabstripviewpager-better-viewpager.63975/#content Have two questions: - How to get TabStrip Working-Area-Height ? - In one tab I make image swapping, while swapping now move to another tab, I need to stop this feature (i.e. make swapping only with click into tab not by swapping mouse over) Thanks in advance for any help.
Dear All, Greetings, regarding TabStrip as an example at : https://www.b4x.com/android/forum/threads/tabstripviewpager-better-viewpager.63975/#content Have two questions: - How to get TabStrip Working-Area-Height ? - In one tab I make image swapping, while swapping now move to another tab, I need to stop this feature (i.e. make swapping only with click into tab not by swapping mouse over) Thanks in advance for any help.
Erel B4X founder Staff member Licensed User Longtime User Feb 25, 2024 #2 The layout panel will fill the "working area". You can get its size after the tab was created. It isn't possible to disable the swipe gesture. Upvote 0
The layout panel will fill the "working area". You can get its size after the tab was created. It isn't possible to disable the swipe gesture.