So, I grabbed Josh Smith's "Custom ListBox Layout" which uses a simple WrapPanel inside a ListBox containing JPG's and tried to use it with the Blendables DnD sample syntax::
<ListBox ItemsSource="{Binding}" Name="myListBox" blendables:DragAndDrop.Enabled="True" />
The Listbox still runs and functions. But I get no DnD behavior.
Is there more I will need to do for a ListBox containing something other than straight text?
adam...