Oct. 31, 2016
11:26 a.m.
2016-10-31 10:19 GMT+01:00 Matteo via Pharo-users < pharo-users@lists.pharo.org>:
---------- Weitergeleitete Nachricht ---------- From: Matteo <matteob8@yahoo.it> To: "Pharo is welcome (ML)" <pharo-users@lists.pharo.org> Cc: Date: Mon, 31 Oct 2016 10:18:03 +0100 Subject: Spec: Setting rows height of a pictures list Hi, I've created a list of pictures, i.e. a widget based on ListModel where each item is a ImageModel.
When the widget is displayed I get list window with very thin rows.
Is there a way to control the ListModel rows height?
Not if the images have different heights (you can, but it looks terrible, because the underlaying list morph does not work for list items with different heights).
Thanks, Matteo