WPF: ItemsControl Drag Drop Behavior « Code Blitz by Free wpf templates

Sun, 28 Jun 2009 00:01:06 -0600

WPF: ItemsControl Drag Drop Behavior « Code Blitz

by Free wpf templates @ Sun, 28 Jun 2009 00:01:06 -0600



The behavior also expects you to define a DataTemplate, and this data template is being used by the Drag Adorner to render the appropriate 'look'. This is an added flexibility which allows you to define a data template that is different from the data template you used in your ItemsControl's ItemTemplate. I won't be going through the of the Drag and Insert Adorners, do download the code to have a look. Also feel free to create your own custom Drag and Insert Adorners. ...