As far as I can tell, List does almost exactly what you are after. The only
caveat is your last sentence 'The depth of the display objects is bound to
the data provider indexing.'.

The ItemRenderers of all List controls are re-used within the control, so
the display objects are not at all connected to the index. Nor would you
want to, if you had hundreds or thousands of items in your control. It seems
as though this is a somewhat surmountable issue.

Check out the 'dragEnabled', 'dropEnabled' and 'dragMoveEnabled' properties
of the list controls for more information.

On Tue, Nov 17, 2009 at 10:27 AM, method_air <[email protected]> wrote:

>
>
> Hello,
>
> I am looking for a component (presumably extending ListBase) that allows
> objects to be dropped inside of it, and positioned where they are dropped
> (kind of like a stage or root timeline). The depth of the display objects is
> bound to the data provider indexing.
>
> Does such a component exist?
>
> Thanks,
>
> Philip
>
>  
>

Reply via email to