Disable Tab Host

robh

Member
Licensed User
Longtime User
I wish to disable a tabhost so it does not respond to input. I have tried .enabled = false whish does not appear to work.
As a 2nd attempt I have created a panel, added the tabhost to the panel and then disabled the panel and other views by iterating over the view collection of the activity, again the tabhost still reponds to input despite all other views becoming disabled as expected.

Has anyone any suggestions?

Thanks in advance.
 
Top