Skip to main content



      Home
Home » Eclipse Projects » GEF » org.eclipse.gef.ui.parts.TreeViewer and DND
org.eclipse.gef.ui.parts.TreeViewer and DND [message #238207] Fri, 31 August 2007 10:12
Eclipse UserFriend
We have created a couple of trees using
org.eclipse.gef.ui.parts.TreeViewer. They both support drag and drop, but
not well at all when there is more than a screen full of data. If you try
to drag a tree item up past the edge of the screen, the tree start to
shake like it is trying to do an automatic scroll, but just can not do it.
Is this just a known bug with TreeViewer or is there some way I can fix
this?

Another related issue is trying to drag an item in between two items that
have children. This is basically almost impossible. The items with the
children auto-expand so quickly that our users can not drop the item where
they want. Here is an example

A
--child
--child
B
--child
--child
C

The problem is when you try to drag C between A and B. B auto-expands so
C almost always is dropped as a child of B.
Previous Topic:How does the model get informed about outcome of layout algorithm?
Next Topic:gef with editor
Goto Forum:
  


Current Time: Tue Jul 01 01:49:25 EDT 2025

Powered by FUDForum. Page generated in 0.08898 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top