melatonina
08/30/2020, 6:36 PMselectionViewModel.indices.bind(selectionModel.selectedIndices) {
MyKindOfIndex(it)
}
This is causing all sorts of problems. If I select few items in sequence in the listview, then I select an item before them, I get an exception. If I update the observable list that is used as items list of the listview, the selection is messed up.
Is what I'm doing inherently wrong? Is there a better way?Marshall
08/31/2020, 1:16 PMMarshall
08/31/2020, 3:33 PMMarshall
08/31/2020, 5:11 PMmelatonina
08/31/2020, 8:37 PMmelatonina
08/31/2020, 8:37 PMMarshall
08/31/2020, 9:33 PMMarshall
08/31/2020, 9:33 PM