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.
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.