<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000"><div><div>Hi, all.</div><div><br></div><div>Update your Trunk image and try this:</div><div><br></div><div><img src="cid:90c17607-0d35-483c-b016-376dc969be51" width="auto"></img></div><div><br></div><div><div>| model view |</div><div>model := SystemNavigation default allClasses collect: #name.</div><div><br></div><div>view := PluggableListMorph</div><div><span style="white-space:pre">      </span>on: model</div><div><span style="white-space:pre">     </span>list: #yourself</div><div><span style="white-space:pre">       </span>selected: nil</div><div><span style="white-space:pre"> </span>changeSelected: nil.</div><div><br></div><div>view extent: 200@300.</div><div>view listFilterSet: 'Hand'.</div><div><br></div><div>view openInHand.</div><div><br></div><div>"Play around with horizontal alignment."</div><div>view listMorph cellPositioning: #leftCenter.</div><div>view listMorph cellPositioning: #center.</div><div>view listMorph cellPositioning: #rightCenter.</div><div><br></div><div>"Play around with margins."</div><div>view listMorph cellInset: 0.</div><div>view listMorph cellInset: 3@0.</div><div>view listMorph cellInset: (10@5 corner: 10@5).</div><div>view listMorph cellInset: (0@ -1 corner: 0 @ -1).</div><div><br></div><div>"Fit all contents."</div><div>view listMorph</div><div><span style="white-space:pre">       </span>hResizing: #shrinkWrap;</div><div><span style="white-space:pre">       </span>vResizing: #shrinkWrap. "always set anyway"</div><div>view</div><div><span style="white-space:pre">      </span>hResizing: #shrinkWrap;</div><div><span style="white-space:pre">       </span>vResizing: #shrinkWrap.</div><div><span style="white-space:pre">       </span></div><div>"Enable horizontal scrolling"</div><div>view</div><div><span style="white-space:pre">     </span>hResizing: #rigid;</div><div><span style="white-space:pre">    </span>hScrollBarPolicy: #whenNeeded;</div><div><span style="white-space:pre">        </span>width: 100.</div><div>"Disable horizontal scrolling"</div><div>view hScrollBarPolicy: #never.</div></div></div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div></div>