[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] How do I resize an element and the element inside it?

If I define a LAYOUT_ROLE to something like XYLayoutPolicy, then I can resize the children, but not the parent. IF its a ResizableEditPolicy, the parent can be resized, but not the childres.

Should I implement a new policy? If so, any tips how? I want that whenever the parent resizes, so does the children. But the opposite is not always true.

thanks