You'll have to add an eventListener that fires on the itemDrop (or whatever it is) event. In that code then just set the selected Item to the object passed in the event.
On Wed, Mar 12, 2008 at 6:22 AM, Rafael Faria <[EMAIL PROTECTED]> wrote: > If i'm dragging a item from tree1 to tree2 how do i select the item > after i drop it on tree2? > > > -- Giles Roadnight http://giles.roadnight.name

