Ah, didn't see the code attachment... -- Howard Fore, [email protected] "The universe tends toward maximum irony. Don't push it." - Jeff Atwood
On Wed, Mar 11, 2009 at 7:16 AM, Howard Fore <[email protected]> wrote: > How are you detecting if it is over the top or bottom portion of a node? > > -- > Howard Fore, [email protected] > "The universe tends toward maximum irony. Don't push it." - Jeff Atwood > > > On Tue, Mar 10, 2009 at 8:30 AM, Yves Riel <[email protected]> wrote: > >> What I finally did was to overload some tree methods. If the drag & drop >> is over the bottom half portion of a node, I highlight it and rewrite the >> parent and rowIndex properties of the _dropData property. That works well. >> You could extend the logic to open up the folder after the drop and add a >> spring loaded opening mechanism. >> > >

