Reputation: 37
Currently setting the Header or Group header of a horizontal collectionview places the header on the left of the collection, which doesnt look good. I need the header to be displayed above the horizontal collection, but the default behavior is to be displayed on top of the collection only if the collectionview is in vertical orientation. Is there a way to implement it for horizontal collection.
Upvotes: 0
Views: 244
Reputation: 10156
You want to have a greater control over the position of the group headers for CollectionView
like displaying group headers above (or below) the group items for horizontal orientation.
This is a feature request that is tracked in this headers option for CollectionView with greater control over group header position. You can follow up there.
Upvotes: 1