Hi,
I need to create tiles which allow only expanding and collapsing. When expanded tile should push the tile below it down and when collapsed it should stack them.
I do not want it to do the weird carousel kind of maximize,
See attached picture.
Any suggestion or sample.
Thanks
Jasvinder
Hello Jasvinder,
I am just checking if you require any further assistance on the matter.
Hi
I am looking for similar kind of requirement and I looked into the sample code you have provided.
In App.xaml there has been some sort of templating and styling has been done and XamTileManager control has been used ,
But can you please explain a bit more that what all has been done within App.xaml file this would be of great help.
I want to add one more functionality to this - I want just 1 Tile to be expanded at once, if suppose first tile is expanded than all other tiles should get collapsed, how can I achieve this?
Can you please also confirm is XAMTileManager control is supported in Infragistics v16.2??
I want to add one more functionality to this - I want just 1 Tile to be exanded at once, if suppose first tile is exapnded than all other tiles should get collapsed, how can I achieve this?
Also, can I modify this code as per MVVM framework?
Also, can I modify this code as per MVVM and in that case where I can place the code which is there in App.xaml.cs and App.xaml files within my project?