Undocumented Flex goodness
When using Drag-and-Drop enabled controls, you can use a public function called calculateDropIndex(event:DragEvent) to figure out where Flex will drop the element being dragged. This method is part of the ListBase class and is overridden for TileBase (which extends Listbase but is the superclass for containers that layout stuff horizontally).
Comments(3)
code zen » Blog Archive » Undocumented Flex goodness
A little tip to help with drag and drop.
[...] code zen » Blog Archive » Undocumented Flex goodness [...]
Hey, how do we calculate dropIndex within VBox.I want to do drag-drop operation inside a VBox. And on dropping the object I want to have similar effect like on Ely Greenfield’s blog. I am using a VBox as a container. And I dont want to use entire component of Ely. Can you help me out.
Thanks
ref:
http://demo.quietlyscheming.com/DragTile/DragDrop.html