Android Question TabView Proprieties

Mike1970

Well-Known Member
Licensed User
Longtime User
Hi,
i'm working with TabViews, and i noticed that there aren't the proprieties for that object (by code)

es. TabView.Visibile ...

how can i access to those proprieties by code?
 

mangojack

Well-Known Member
Licensed User
Longtime User
Are you referring to TabHost View ? Have you declared / dimmed TabView ?

B4X:
Private TabView As TabHost

Capture.JPG


If you are using TabHost .. it is recommended to use newer TabStripViewPager
https://www.b4x.com/android/forum/threads/63975/#content
 
Upvote 0

mangojack

Well-Known Member
Licensed User
Longtime User
I'm using TabStripViewPager

It would have been helpful if that was stated in your first post. ;)

As far as visibility .. one solution is to place the TabStrip on a panel.

Possibly someone else might offer a more direct solution , if there is one.
 
Upvote 0
Top