I have this problem. I have multiple images that I want to display inside a container, then the user can reorder them using "drag and drop" inside the container. After that I have to "understand" the new order and retrive some informations, like the tag, in the new order.
I have tried using listView and imageList but the problem is that if I have images with different sizes they aren't handled in the right way, because you can set just a size (with and height) for all of the images in the imageList.
Is there any other container, or othere strategies, that are more flexible?
Thanks