Reorder underlying collection as tiles change position.
Allow users to resize the tiles. Possibly by dragging a left-mouse cursor on the edges of the tiles. This will give flexiblity beyond the 3 fixed size of minimized, maximized, and restored.
Add a HasMaximizedItem dependency property.
Allow more than one maximized tile
DragAndDrop doesn't work in RadTileView on Mac OS with elevated trust and out of browser application
When you add RadBook as a content of RadTileViewItem and reorder the TileViewItem you get ArgumentOutOfRangeException. Workaround: You can set the width of the RadBook.
When we have enough items so that the vertical scroll bar is displayed and then remove such amount of items so that they have enough space to fit in their container (and scrollbar is not needed) the vertical scrollbar is still visible.
Then the FlowDirection is set to RightToLeft and you start dragging an RadTileViewItem it looks flipped.
Allow the minimized items to be distributed in rows and columns simultaneously. DECLINED: Duplicated with https://feedback.telerik.com/Project/143/Feedback/Details/114124-tileview-allow-setting-a-number-of-minimized-rows-columns
Allow setting a number of minimized rows/columns in RadTileView Available in R1 2017 Release
Desinger crashes when using RowHeight=Auto and IsItemSizeInPercentages = true Available in LIB version: 2016.3.1107
Enable reordering of TileViewItems when in Minimized mode. Available in R3 2016 SP
Add TileViewItem.HeaderBackground property. DECLINED: There is SDK sample available demonstrating how you can change the background color of the header of each item. https://github.com/telerik/xaml-sdk/tree/master/TileView/ChangeHeadersBackground
Add a DragMode that doesn't swap the items but inserts the DraggedItem on the drop position. The XAML team has recently reviewed this request and will not be addressing it as at this time the team is focusing on the requests impacting the highest number of developers. If it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.
Implement a touch swipe scrolling for RadTileView
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).
An item disappears if you have PreservePositionWhenMaximized=true and Virtualization=true and you maximize/minimize different items a couple of times.
If you set the IsEnabled property to false the control disappears while it should be transparent.
When animating from one state to another the content Fills the entire area( before the items was not stretched and it took the space it required). Available in LIB version: 2015.3.1026