Monday, January 23, 2012
by
XAML Team
|
Comments
Since Q3 2011 we have changed the default drag API used. It allows creating more complex scenario as well as building MVVM friendly drag behaviors. However, it does not support drag arrow which, although not very popular feature is still used. Thus, when arrow was required, we have suggesting using legacy execution mechanism.
In this blog I will write how to create your own drag arrow using DragDropManager events. ...