views:

137

answers:

1

I am using the control library from http://code.google.com/p/gong-wpf-dragdrop/successfully for my listbox dragging operation.But there is an issue when i drop an item to a listbox with a group style.I have traced that in the DropInfo class the line

UiElement item=itemscontrol.GetItemContainerAt(e.GetPosition(itemscontrol));

always returns a null. My listbox is bound to a CollectionViewSource.

Any inputs will be highly appreciated.

A: 

The source is now updated and supports drag and drop across listboxes wth group style..

check http://code.google.com/p/gong-wpf-dragdrop/

thanks for your support

biju