I want to put 3 scrollviews on a tabhost with 3 tabs.
I add 3 panels to the tabhost and put a scrollview on each of the 3 panels.
I'm using reflector (thx Informatix) to get the actual size of each panel in order to addview of the SV's.
The problem is that ONLY the 1st panel "reports" its size, so only the first SV is shown.
What's the difference between the 1st panel added to TabHost and the 2nd, 3rd....???
See attached sample project
I add 3 panels to the tabhost and put a scrollview on each of the 3 panels.
I'm using reflector (thx Informatix) to get the actual size of each panel in order to addview of the SV's.
The problem is that ONLY the 1st panel "reports" its size, so only the first SV is shown.
What's the difference between the 1st panel added to TabHost and the 2nd, 3rd....???
See attached sample project