i have a Tabhost and insert in a Layout in Designer a Scrollview
with code
In IDE Code
The Right Position of Scrollview is not equal the Right of Tabhost.
Whats Wrong ?
with code
B4X:
AutoScaleAll
SCV02KategorieListe.SetLeftAndRight(0,100%x)
SCV02KategorieListe.SetTopAndBottom(10dip,80%y)
In IDE Code
B4X:
Activity.AddView(TabHost1,0,0,100%x,100%y)
The Right Position of Scrollview is not equal the Right of Tabhost.
Whats Wrong ?