ElPresPufferfish
Lurker
Right now I have a design that I think would be served best by using a ListView inside of a ScrollView, but apparently that isn't supposed to be done.
I want something that will look like this.
<TEXT>
<LOOOOONG TEXT>
<list of items generated at runtime>
I already have code written to generate the list of items as a ListView, because I use it that way elsewhere in my app, but since this screen has long text above it sometimes the list gets cut off.
If I use a ScrollView to scroll through the long text, the ListView breaks.
Is there anything I can do?
I want something that will look like this.
<TEXT>
<LOOOOONG TEXT>
<list of items generated at runtime>
I already have code written to generate the list of items as a ListView, because I use it that way elsewhere in my app, but since this screen has long text above it sometimes the list gets cut off.
If I use a ScrollView to scroll through the long text, the ListView breaks.
Is there anything I can do?