iOS Question TabStrip question

cwt

Active Member
Licensed User
Longtime User
using TabStrip with B4i and B4XPages

How to select a specific tab after the TabStrip has been created? Have not had any luck with TabStrip1.CurrentPage() - not sure how to use it.
 

cwt

Active Member
Licensed User
Longtime User
B4X:
TabStrip1.ScrollTo(0,True)

TabStrip1.ScrollTo(0,True) will not work. ScrollTo is not a valid method for a TabStrip view - this is B4i and B4XPages if that makes a difference. The line in code is highlighted in red with the message "unknown member: scrollto"
 
Upvote 0

Num3

Active Member
Licensed User
Longtime User
TabStrip1.ScrollTo(0,True) will not work. ScrollTo is not a valid method for a TabStrip view - this is B4i and B4XPages if that makes a difference. The line in code is highlighted in red with the message "unknown member: scrollto"
Hmmm...
I am using TabStripViewPager v1.20 and works for B4A :(
 
Upvote 0
Top