|
Rank: Advanced Member Groups: Member
Joined: 4/13/2009 Posts: 37
|
Hi,
Is it possible to drag a node from one tree view control and drop it to another tree view control, and have the dropped tree view control ItemMoved() event fire?
I'm trying to simulate the drag and drop feature found in Windows explorer. I've got it working with one tree view, but my problem is when a user needs to move a file that's off the viewable area (the tree view doesn't scroll up while I'm dragging a file).
Thanks, Marty
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Unfortunately it is not possible to drag and drop between TreeViews. I do believe that the TreeView should automatically scroll when you drag though. The TreeView doesn't seem to be doing that now. We will look into this and see if we can add that.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 4/13/2009 Posts: 37
|
Actually, to clarify... the treeview scrolls down when I want to drag a file that's below the viewable area, but doesn't scroll up when a file is above the viewable area. Is there a setting for that, or can you verify this? If the treeview would scroll up, I would be done! :-)
Thanks, Marty
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
mburolla wrote:Is there a setting for that I do not believe there is a setting for that. Scrolling during drag and drop should be automatic. We do see it scrolling down but it does not always occur, which is wrong. Also, as you have noticed, it does not scroll up at all. So that's definitely an issue that needs to be addressed.
|
|
Rank: Advanced Member Groups: Member
Joined: 4/13/2009 Posts: 37
|
Will this be fixed in a near future release? Hopefully? *wink-wink*
Thanks, Marty
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
We certainly hope so. We constantly posts new build, so hopefully it can make into next week's build. It won't be a new release or a new version.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
This has been implemented in build 2008.0.77. Now it should automatically scroll up/down if necessary during drag and drop.
Thanks!
|
|