I need to change position of items in WrapPanel (or stack-panel with horizontal orientation) using dragging when user touches with it.
I tried MouseDragElementBehavior, but it changes position for current item only and do not for others.
I saw this article but it working with listBox with vertical orientation. So does exist any ways for this?