mui icon indicating copy to clipboard operation
mui copied to clipboard

Is there any 'Tile' component/control?

Open sahil-lakhwani opened this issue 9 years ago • 1 comments

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

sahil-lakhwani avatar May 25 '16 12:05 sahil-lakhwani

<ListView.ItemsPanel>
    <ItemsPanelTemplate>
        <StackPanel Orientation="Horizontal"></StackPanel>
    </ItemsPanelTemplate>
</ListView.ItemsPanel>

OR

<ListView.ItemsPanel>
    <ItemsPanelTemplate>
        <WrapPanel/>
    </ItemsPanelTemplate>
</ListView.ItemsPanel>

wdcossey avatar Dec 20 '16 22:12 wdcossey