Reputation: 681
I want to have a view with the following vertical layout
The constraint is that I want the entire page to scroll and not just the list of comments. The number of comments may vary. If I use a ListView for the comments the entire screen doesn't scroll.
Please suggest a way to do this.
Upvotes: 0
Views: 253
Reputation: 1738
You can add a header view to your ListView. Whatever you put in the header view will scroll just like the list.
Upvotes: 2