<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hi Marcel,</p>
<p><br>
</p>
<p>Personally, I have looked up your Examples of * configuration mails a few times so far. I'd find it quite helpful if you could store them as a class-side example method into the relevant classes :-)</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div>
<div class="_rp_T4" id="Item.MessagePartBody">
<div class="_rp_U4 ms-font-weight-regular ms-font-color-neutralDark rpHighlightAllClass rpHighlightBodyClass" id="Item.MessageUniqueBody" style="font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif,serif,EmojiFont">
<div dir="ltr">
<div id="divtagdefaultwrapper"><font face="Calibri,Helvetica,sans-serif,EmojiFont,Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols">
<div id="Signature">
<div style="margin:0px"><font style="font-family:Calibri,Arial,Helvetica,sans-serif,serif,EmojiFont"></font></div>
</div>
</font></div>
</div>
</div>
</div>
</div>
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Taeumel, Marcel<br>
<b>Gesendet:</b> Dienstag, 15. Oktober 2019 09:34:18<br>
<b>An:</b> gettimothy via Squeak-dev<br>
<b>Betreff:</b> [squeak-dev] Examples of PluggableListMorph configuration</font>
<div> </div>
</div>
<div>
<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 width="auto" src="cid:90c17607-0d35-483c-b016-376dc969be51"><!-- </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>
</div>
</body>
</html>