I'm using this: ``` listview(values = myItems) { ...
# tornadofx
h
I'm using this:
Copy code
listview(values = myItems) {
     style {
        prefHeight = 230.px
    }
}
But this is based on on px, and need trial-and-error before I can find the 230.px value in this case.