A container that allows child elements to present a honeycomb layout.
Honeycomb layout
Other elements will start from the first element and wrap around:
1 | ● ● |
Example
1 | <ListView ItemsSource="{x:Bind PictureList, Mode=OneWay}" |
Demo
you can run demo and see this feature.