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(See attached picture).
Other requirement:
Save the last used layout. So, if a user reorders the tiles, collapses a few and few in expanded state, the next time the tile manager should be displayed in same manner. Not asking for whole stuff, just curious if this can done using properties of the control and can those be used to render the UI to represent the saved state.
Any suggestion or sample.
Thanks
Hello Kumar, You can use the Infragistics Persistence Framework, in order to save and load the layout of the XamTileManager. You can read detailed description of the Infragistics Persistence Framework here:
http://help.infragistics.com/Help/Doc/WPF/2016.1/CLR4.0/html/Control_Persistence_Framework.html
and details on how to use it with the XamTileManager here:
http://help.infragistics.com/Help/Doc/WPF/2016.1/CLR4.0/html/xamTileManager_About_Saving_and_Loading_Layouts.html
I have created a sample application for you, that shows how you can save and load the XamTileManager’s layout.
Regarding your question about expanding and collapsing of tiles, it seems that the same functionality was discussed here:
http://ko.infragistics.com/community/forums/t/76300.aspx
Please let me know if you need any further assistance on the matter.
Sincerely, ZhivkoEntry Level Software Developer