ok...this is what i'm suggesting ListProp...
# tornadofx
c
ok...this is what i'm suggesting ListProperty<Person> personsProperty = new SimpleListProperty<>(persons); numItems.textProperty().bind( personsProperty.sizeProperty().asString() );