Say I have list of objects in a UIGrid and they are within a UIDraggablePanel. How could I make it to where I could take one of the objects in the UIGrid and drag and drop it somewhere else in the grid?
Like if I had a Grid of 10 cards in a vertical row and I clicked 1 and dragged it down, and the others auto-moved up or down depending on where the I dropped the card back in.
Thanks