Allow setting a number of minimized rows/columns in RadTileView Available in R1 2017 Release
When an item is maximized, the other items should remain in restored state.
"Move the "Fluid" threshold properties to the TileView level. It seems rediculous that these need to be specified in every Item (sure, I know there is templating, but this would also reduce your code/logic for calculating the areas of items). If this can be done with attached properties it might be more intuitive and less obtrusive on the control (ex. <RadTileView RadFluidContentControl.LargeToNormalThreshold="200" />)."
Provide close functionality out-of-the-box.
Allow users to specify custom panel for the MinimizedItems. The specific request is the minimized items to be rendered in two columns.
Enable reordering of TileViewItems when in Minimized mode. Available in R3 2016 SP
Initial state of TileView: A B C D E F G G is moved between B and E (current result) A B C D G F E REQUESTED RESULT: A B C D G F E
TileView: Add different methods for arranging Tile items. Asked by a client. For example "ColumnsOnly" would only shuffle items down within the column being inserted into. However this would also mean that gaps would have to be allowed. E.g. A B C D E F G If G moved between B and E then A B C D G F E
Visualize drop zone (dashed line in iGoogle)
Reorder underlying collection as tiles change position.
Allow more than one maximized tile
Add a HasMaximizedItem dependency property.
Allow restored tiles to span multiple columns/rows. This feature is somewhat similar to allowing custom sizes of restored tiles. We have create an SDK example showing how the default panel of the RadTileView can be modified to achieve this scenario: you can find the demo in our online git hub repository (https://github.com/telerik/xaml-sdk/tree/master/TileView/RestoredTilesToSpanMultipleRowsAndColumns).
Allow the users to resize the MinimizedColumnWidth with a GridSplitter.