mui
mui copied to clipboard
Is there any 'Tile' component/control?
I want to know if there is anything such as a 'Tile' component/control. If no, how can have a tile like component in my UI
<ListView.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal"></StackPanel>
</ItemsPanelTemplate>
</ListView.ItemsPanel>
OR
<ListView.ItemsPanel>
<ItemsPanelTemplate>
<WrapPanel/>
</ItemsPanelTemplate>
</ListView.ItemsPanel>