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: 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