<div dir="ltr"><div dir="ltr">On Tue, Aug 13, 2024 at 9:18 AM <<a href="mailto:ken.dickey@whidbey.com">ken.dickey@whidbey.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">On 2024-08-12 17:01, Mark Volkmann via Cuis-dev wrote:<br>
<br>
> I seem to keep running into situations where I want separation in a <br>
> LayoutMorph to only be added between the submorphs and not before the <br>
> first and after the last. I see that I can achieve that by modifying <br>
> the LayoutMorph method layoutSubmorphsHorizontallyIn:. But I don't <br>
> always want that behavior. I'd like that to be configurable. Is there <br>
> already a way to do this that I'm missing?<br>
<br>
No.<br>
<br>
I already suggested one way to do this.<br></blockquote><div><br></div><div>I'd rather not have to insert spacer morphs, especially if there are a large number of submorphs.</div><div>I attached my solution which is to create a subclass of LayoutMorph that adds a boolean instance variable "trim".</div><div>When that is true, it avoids adding separation before the first and after the last submorph.</div><div>This works for my use cases.</div><div>It would be great if this was added to LayoutMorph. It wouldn't affect its current behavior. </div></div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><font face="arial, helvetica, sans-serif">R. Mark Volkmann</font></div><div><span style="font-size:12.8px"><font face="arial, helvetica, sans-serif">Object Computing, Inc.</font></span></div></div></div></div></div></div></div></div></div>