So I started to use `ListProperty` which is handy ...
# tornadofx
t
So I started to use
ListProperty
which is handy when I need to swap an
ObservableList
for another
ObservableList
. I discovered something interesting. If the backing
ObservableList
in a
ListProperty
changes, it seems to signal as a value change. Is this correct?