I create a page with tabhost (main) and each tabulator also has tabhost (child), but when I put the tabhost (child) inside the scrollview, it scrolls fine, but it starts from the bottom at the top of the tab, not at the top of the page, I also try
sView.fullScroll(ScrollView.FOCUS_UP);
But the page always loads below the scales.
Its screenshot is like this when the MyDiet tab is open.

But I want it to be open like this

Offer me some idea. Thanks in advance.
source share