Allow users to dynamically change the DraggingItem
Implement a mouse wheel support for the Horizontal ScrollBars of the control
The Header of the TileViewItems is bound only for the first X tiles, where X is the loadsize of the VirtualQueryableCollectionView
ScrollViewer property needed like in RadTreeview
Desinger crashes when using RowHeight=Auto and IsItemSizeInPercentages = true Available in LIB version: 2016.3.1107
InvalidOperationException in thrown in design time in certain situations
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
An item disappears if you have PreservePositionWhenMaximized=true and Virtualization=true and you maximize/minimize different items a couple of times.
If you have a nested TileView and its MaximizeMode is One you'll still be able to press the Minimize button of the Maximized tile and this will lead to incorrect layout.
When you replace a business item in binding scenarios the old item is not removed from the tileView.
The values are switched. NewState holds the value of OldState. OldState holds the value of NewState
With our Q3 2014 SP1 release an exception is thrown when you try to maximize an Item. Available in LIB version: 2015.1.1208
The RadTileView throws an exception if you initially have a maximized and selected items in databound scenario. Fixed in LIB version: 2014.2.1006
Then the FlowDirection is set to RightToLeft and you start dragging an RadTileViewItem it looks flipped.
If a RadTileViewItem hosts several controls (e.g. Buttons, RadioButtons) users should be able to change the focused element using arrow keys.
TileViewItems' opacity is lost after drag and drop - if you set an opacity different than 1.0 in XAML it will be overridden after a DnD operation with this item.
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.