I populate these manually and each one has an ID #.
I want to allow the user to rearrange them easily by just drag and drop to change the order.
Then i'll update the database that I got the data from on which order to show them.
Could not find a demo program that showed this being doable.
I use drag/drop to allow new images to be added, but was hoping their would an easy way to allow the control itself to easily rearrange the images without coding every event?
TImageEnMView does not support automatic thumbnail arrangement with drag & drop, but it is quite easy to add it by way of adding a few lines of code. Look at the XX:\Components\ImageEn\Demos\DragDrop\MultiView2 demo.
Thanks.. that is what I was figuring.. I found an older source I did that kinda worked, but was hoping they would have just kinda had this built in by now.
The code is simple enough that I'm not sure there is great benefit in implementing as a property (also would cause clash/confusion with the file drag/drop code in TImageEnFolderMView).
I have made some small improvements to the drag drop demo. It will be released with the next ImageEn update, but email me if you want a copy now.