How to implement Grouped CollectionView #20312
-
so i want to display a bunch of transactions and group them by their date, i have searched about grouping in collectionview and found out that it supports grouping but is it possible to design each group like the screenshot below? |
Beta Was this translation helpful? Give feedback.
Answered by
ShariatPanah
Feb 2, 2024
Replies: 1 comment
-
using CollectionView.GroupHeaderTemplate and CollectionView.GroupFooterTemplate i managed to implement the exact same design. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ShariatPanah
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
using CollectionView.GroupHeaderTemplate and CollectionView.GroupFooterTemplate i managed to implement the exact same design.