Lets say in Designer I add a ScrollView to the activity, then I add a Panel with a height that is 2 or 3 time greater than the ScrollView. Next, I place views (EditText, buttons, etc.) into the panel. Now I have a large panel full of controls. I want to be able to scroll the panel which is in the same activity as the ScrollView.
So far I have not been able to scroll the panel using my finger. But I am able to scroll a panel if I load a layout. I'm hoping to not have to rely upon a separate layout for the ScrollView if its possible to use a panel from the same activity.
So my question is this: Is it only possible to scroll a loaded layout? or is it also possible to scroll a panel from the same activity?
Thank you for your help or suggestions