Hi,
This code creates the list and fills it, but it does not show a border.
initializeWidgets
transactionList := ListModel new.
transactionList
items: #('one' 'two' 'three').
transactionList borderWidth: 2; borderColor: Color red.