Add animations for items collection change (add/remove)
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.
Add SingleNoToggle selection mode. In this mode the TileViewItem won't unselect on click.
Add support for IsSynchronizedWithCurrentItem
Allow setting minimum size of the rows and columns: I don't know at design time how many items there will be in the tileview, so if I set fixed height and width for items I can have the control using only 1/10 of the available space, but if I don't set them I can have many too-small items which content cannot be properly displayed. I need a minsize for the items so if I have few items they have a variable size and if they are a lot they use the scrollbars.
If minimized items are placed top, the horizontal scroll bar should be top as well and so on.
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
Add GridSplitters between the columns and rows of the TileView so that rows and columns can be resized. GridSplitters should be available when the tiles are restored or Minimized/Maximized. In the latter case, only a vertical one should be available to resize the minimized tiles' width in respect to the maximized one.
TileView: Add ToggleButtonStyle
TileView: Allow users to see the TileViewItem OldState property
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.
Both events must be raised only once per item. Also, the event arguments of each event must contain a reference to the item that begins/ends its layout change.
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)