Hi there,
I just like my Drop working if the target is inside the same ListBoxItem, not across ListBoxItem.
For instatnce, I put the the telerik's FirstLook example(aa1:eample) in ListBox:
<ListBox Grid.Row="1">
<ListBoxItem Height="250"> <aa1:Example></aa1:Example></ListBoxItem>
<ListBoxItem> <aa1:Example></aa1:Example>
</ListBoxItem>
</ListBox>
The control will show 2 times, I can drag from ListBoxItem1 and drop to ListBoxItem2. What I need is drag from ListBoxItem1 and drop the other side of ListBoxItem1, avoid dropping to different ListBoxItem. Is any way to fix that?
Thanks!
Amy