Unplanned
Last Updated: 28 Mar 2025 08:04 by Martin Ivanov
Martin Ivanov
Created on: 28 Mar 2025 08:04
Category: DragDropManager
Type: Feature Request
0
DragDropManager: Enable data context inheritance in the DragDropBehavior<TState> class
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. 
0 comments