|
This code snippet creates a widget with 3 rows instead of 2 (14 elements to put on lines of 7 elements results in 2 rows normally).
(DynamicPresentersListBuilder new
modelObjects: (1 to: (14));
presenter: ButtonPresenter
configuredAs: [ :button :i |
button
label: i asString ];
layoutBuilder: (DynamicLeftToRightColumnsLayout columns: 7);
build) openWithSpec
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Later
|
Go to Case
|
|