I have a container, say Grid. It has two containers, for example StackPanels.
There are several rectangles in StackPanel # 1. What is the best way to let the user drag the rectangle and drop it into StackPanel # 2 (and that rectangle will be a child of StackPanel # 2).
I have a draggable bit - the only thing that is unclear is to use containers or just handle all the rectangles manually in a direct canvas.
source
share