I am using a CollectionView with horizontal alignment to display items. If there are multiple cells in collectionview, then user can scroll to view all of them. But if there's only one item in collectionview it is aligned to left side, is there a way I can align it to center for single item, like:
x x x 0 x x x
now its like:
0 x x x x x x