I would like to know if it is possible to drag a TileViewItem from one TileView to another and drop the dragged TileViewItem in the middle of the collection of the second TileView's items. (I am using MVVM with ObservableCollections populating both tileviews, using DragDropManager for dragging.)
In other words - how do I determine what TileViewItem in the second TileView is the target of the drop action?
Example: TileView 1 has 10 items, TileView2 has 20 items. I want to drag TileView1 position #5 to TIleView2 position # 12.
All the examples I found on the forum demonstrate dropping the TileViewItem in the last position of the target TileView - that's easy.
Thanks in advance.
In other words - how do I determine what TileViewItem in the second TileView is the target of the drop action?
Example: TileView 1 has 10 items, TileView2 has 20 items. I want to drag TileView1 position #5 to TIleView2 position # 12.
All the examples I found on the forum demonstrate dropping the TileViewItem in the last position of the target TileView - that's easy.
Thanks in advance.