This question is locked. New answers and comments are not allowed.
Hi,
I'm using custom shapes (TemplatedControl) which contain a RadListBox. Each RadListBoxItem contain a single TextBlock with the RadDragAndDropManager.AllowDrag = true. This is to allow a list box item to be drag'd from one shape and dropped onto another.
This works fine, but after the drop operation the source shape does not seem to have received the mouse up/drop event so when you left mouse down and drag anywhere within the diagram canvas, the source shape continues to be selected and moves even though the mouse pointer is not over the shape. Attempting to select other shapes on the diagram does not work, selection continues to be on the source shape. The only way to release this is to drag and move the source shape after which other shapes can then be selected.
With my limited knowledge I suspect when the source shape or the diagram is not receiving the mouseup/drop when the ListBoxItem is dropped onto another shape.
Any help on this would be greatly appreciated
Regards,
Phil.
I'm using custom shapes (TemplatedControl) which contain a RadListBox. Each RadListBoxItem contain a single TextBlock with the RadDragAndDropManager.AllowDrag = true. This is to allow a list box item to be drag'd from one shape and dropped onto another.
This works fine, but after the drop operation the source shape does not seem to have received the mouse up/drop event so when you left mouse down and drag anywhere within the diagram canvas, the source shape continues to be selected and moves even though the mouse pointer is not over the shape. Attempting to select other shapes on the diagram does not work, selection continues to be on the source shape. The only way to release this is to drag and move the source shape after which other shapes can then be selected.
With my limited knowledge I suspect when the source shape or the diagram is not receiving the mouseup/drop when the ListBoxItem is dropped onto another shape.
Any help on this would be greatly appreciated
Regards,
Phil.