Is there a way to have a horizontal array working with drag and drop?
I have two sets of images that I want to 'manipulate' and I want to copy images from one list to the other. The recipient list is 'thumb nailed' to hold a smaller version of the main image.
I can get this to roughly work using two arrays and I can drag and drop the source image to the target area - but that then means the source and target arrays appear vertically (ie each picture is placed above/below the preceding). I'm happy that the source array is 'vertical' as the images are large and only 1 will fit per screen width, however I would like a 'strip of thumbnails' as the target, going across the screen.
I can define a scrollgrid that is horizontal, but (I may be doing something wrong here) I can't seem to then get drag and drop to work with that container type.