Hello
I have a windows with 4 radListBox.
this 4 rad listbox are binded to 4 Observable collection of the same Object type.
so i have radlist box A, B, C and D
what i want is :
allow drag and drop
-betwen A and B (any directtion)
-between C and D (any direction)
disable drag and drop for all other posssibilities
-between B and C
-between B and D
-between A and C
-between A and D
i had already achieve this with radList box containing different type of Object by testing the type, but here i can't do it because all the radListBox contains the same type of object.
Any suggestion?
I have a windows with 4 radListBox.
this 4 rad listbox are binded to 4 Observable collection of the same Object type.
so i have radlist box A, B, C and D
what i want is :
allow drag and drop
-betwen A and B (any directtion)
-between C and D (any direction)
disable drag and drop for all other posssibilities
-between B and C
-between B and D
-between A and C
-between A and D
i had already achieve this with radList box containing different type of Object by testing the type, but here i can't do it because all the radListBox contains the same type of object.
Any suggestion?