This is a migrated thread and some comments may be shown as answers.

Combine RestoredTilesToSpanMultipleRowsAndColumns with Maximize functionality?

1 Answer 32 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 16 May 2019, 12:38 AM
I have a case where I want some tiles to span multiple columns and different rows, so I implemented the RestoredTilesToSpanMultipleRowsAndColumns example that is frequently posted here (https://github.com/telerik/xaml-sdk/tree/master/TileView/RestoredTilesToSpanMultipleRowsAndColumns). However, after implementing it I see that the maximize button no longer works - the example sets MaximizeMode to "Zero" because it doesn't do anything. How can I restore that functionality?

1 Answer, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 20 May 2019, 11:43 AM
Hi Mark,

Enabling the Maximize functionality in this scenario will not be an easy task as there are a lot of things to take into account when measuring and arranging the tiles.

As such custom implementations go out of the scope of the support services we provide, I can suggest forwarding this inquiry to our Professional Services to get further guidance on possible approaches.

I can also recommend taking a look at the source code of the TileViewPanel to get an understanding of how the maximizing logic is handled in the default scenario. The source code of the controls is available for download from your Telerik account. The code of interest can be found in the RealizeMaximizedItem method. I hope you find it helpful.

If I can further assist you with anything else that does fall into our support scope, please let me know.

Regards,
Dilyan Traykov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
TileView
Asked by
Mark
Top achievements
Rank 1
Answers by
Dilyan Traykov
Telerik team
Share this question
or