[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] DND and FlowLayout

Hi folks,

I have a problem with DND and FlowLayout. I use FlowLayout to layout
some components in a container vertically. DND works as expected (I can
move components within the container). But my components in the
container must not have any space between each other. So I set the minor
spacing to 0. Now there is no visual insertion feedback during DND anymore.
I imagine that there must be some container look-through to the
components (that's why the gap?) to catch mouse events and show the
insertion feedback (horizontal line).

Is there a clean solution for DND without any space between my
components or am I missing something.


TIA,

Marco