I have a IistView's items property set to an obser...
# tornadofx
m
I have a IistView's items property set to an observable list. When I update some of the elements in the list, the selectionModel.selectedIndices is updated (why?) and contains duplicate indices. Is this normal? In order to make the application work properly, I have to deselect the items, update them and re-select them.