I'm making an application in which I need to order a sprite list in a kind of visual way, so I came up with this:
https://dl.dropboxusercontent.com/u/14855413/snaplist.capx
It's probably not the best way to do this thing but I hope someone will find it useful.
The array is there just to fill the text boxes and doesn't get updated. I'm thinking I can just do a string search to retrieve the values anytime.
Also, ignore the scrolling part, it's there as a working example.