Le 26/10/2014 09:55, Hilaire a écrit : > PS: without table layout #shrinkWrap works for left and bottom > extension/shrink of the owner morph, but does not work with submorphs > above or at right of the owner bounds.
Responding to myself for the record. It looks like the following combinaison help to resolve the issue: " add submoprhs at arbitrary positions ... " self vResizing: #shrinkWrap; hResizing: #shrinkWrap. self layoutBounds: self submorphBounds. self openInWorld -- Dr. Geo - http://drgeo.eu iStoa - http://istoa.drgeo.eu
