I have control array A B C D E. I want to drag B over to D so that C and D would slide one space to left. Similarly i'll want as i drag D over to left C slides to right. How do i code to determine direction of the drag ?
I have control array A B C D E. I want to drag B over to D so that C and D would slide one space to left. Similarly i'll want as i drag D over to left C slides to right. How do i code to determine direction of the drag ?
The Index of the source and target will tell you which one was dropped on which.
Comment