Hi stevel05,
thank you for your hint.
As is, a Draggable View let me move one of my visual objects around but there's no provision to animate the "surrounding" ones accordingly.
I mean, when Tile(0,0), the top-leftmost one moves right I'd like Tile(0,1), the one on its right, to move left synchrounsly with the former. And so on until the user lift its finger (or a border or any other stop condition is reached).
The end result should be an animated swapping of those tiles.
Umberto