ScrollViews and Tabhost

barx

Well-Known Member
Licensed User
Longtime User
Hey guys, another daft question from me.

Is it possible to make the main 'section' of a Tabhost a ScrollView?

Basically I want a tab to display more views than can fir on it so want it to scroll. The scrollView seems the answer. Doing this in code at moment. I have:

Declared Tabhost and ScrollView

Initialized the ScrollView (Is this needed?)

Tried to add the ScrollView to Tab with .AddTab2()

Now when I run the program pauses on the Tab.Initialize so I commented it out then it pauses on the .AddTab2 saying it's not Initialized lol.
 

barx

Well-Known Member
Licensed User
Longtime User
oh my days, lol.

1) I'm sure your following me around this place...

2) Your making me look a fool. :signOops:

Will look through it now and fix my problems. cheers again klaus
 
Upvote 0
Top