Reputation: 6691
I want to build somthing like this, where each row is divided in to two halves and each one of them might have different height based on the content. Right now I am using listview and can't achieve this. Any leads on how to do this?
Upvotes: 0
Views: 138
Reputation: 17284
You are looking for Staggered GridView
. A quick search on Google shows 2 open source libraries:
Upvotes: 3