Hi,
Currently For ListView, using Label inside DataTemplate and ViewCell, items are bounded vertically line by line.
Like below e.g. content
1aa
2b
3d
4ee
5f
6g
7ii
8j
9kkk
10l
Is there anyway to show items continuous horizontally (label content wrap as per content / screen width)
Like below e.g. content
1aa 2b 3d 4ee
5f 6g 7ii 8j 9kkk
10l
Thanks.