rodriwasabi / gong-wpf-dragdrop

Automatically exported from code.google.com/p/gong-wpf-dragdrop
0 stars 1 forks source link

Handling nested listboxes #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use a ListBox that has as items other ListBoxes

I feel the current implementation does not support nested Listboxes :( 
Is there a way to accomplish that?

I have something like this:

Parent ListBox
-- PListBoxItem1
-- PListBoxItem2
-- PListBoxItem3
---- Child ListBox
------ Child ListBoxItem1
------ Child ListBoxItem2 -Click drag started here
------ Child ListBoxItem3

The current implementation is always detecting ParentListBox as DragSource...

Original issue reported on code.google.com by thumb...@gmail.com on 10 Aug 2010 at 9:29

GoogleCodeExporter commented 8 years ago
Using jon's branch I managed to have the nested listboxes drag/drop... good 
job, thx!

Original comment by thumb...@gmail.com on 12 Aug 2010 at 2:49