Multiple ScrollViews on one layout

drj

Member
Licensed User
Longtime User
Hi,

I have a app where I need to have two scrollviews on the same screen. One of the Scrollviews when clicked with display scrollable data in the second scrollview. I am working with your example where a scrollview is completely defined and manipulated in the activity and is not pre-dawn in the layout.

I have data coming up in one of the scrollviews but have no idea how to do it in the second scroll view. I have tried to create four panels in the layout - Header Panel , Table panel , Header2 Panel and Table2 panel and duplicate the logic in the activity but so far no luck.

Any ideas? or is this feasible at all. Maybe I should use a Listview for both , since both as simple one column scrollable views?

Thanks Jerry
 
Top