Unplanned
Last Updated: 28 Mar 2025 08:04 by Martin Ivanov
Currently, the DragDropBehavior<TState> class derives from DependencyObject which prevents it from inheritting the data context of its parent element. Change its parent class from DependencyObject to Freezable, so the data context can be automatically accessed. This is meaningful when you create a custom behavior and add a DependencyProperty that you want to data bind in the XAML. 
Unplanned
Last Updated: 22 May 2017 16:32 by Yehudah
Unplanned
Last Updated: 03 Jan 2017 21:05 by ADMIN
Adding dragOrder binding property on DragBehavior which support items reorder, so that items that are bound to Services/Database can be reordered.

The responsibility for reordering items on the server side should be taken by the developer, via mediator class-es that handle the reordering, or in a multi- layer abstraction able to handle the logic.
Unplanned
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 0
Category: DragDropManager
Type: Feature Request
5
Enable Drag Drop using right mouse button