Hi, is it possible to create a bitmap from one or more display components?
e.g. I have a HBox control which consists of an image and a label. When I drag the HBox I want it to drag with the image and the associated label. Dragging the image is easy - but how do I make it look like I'm dragging the actual HBox? In my example I have an accordion control, which contains rows of HBoxs (which contain an image, then a label). How can I make it look like I am dragging the individual HBox? Thanks, Mark

