Android Tutorial scrollview.panel.add views order question

Hi,

I have a question about scrollview.panel.add. when we add new panel, the new added panel located on top of former added panels. For example,

I add a panel a to scrollview, and then, I add another panel b to scrollview, the order they displayed in scrollview will be:


panel a
panel b

thus, newly added panels will be on bottom of scrollview, to see it we have to scroll to the bottom of scrollview first.

So, I wonder if with scrollview I could display it in the following order:

panel b
panel a

thus, newly added panel will be on TOP of scrollview.

Could we do it with scrollview ?

Thanks.
 
Top