I currently use ListView.onSelectionChanged += (x) => {},
but it doesn’t get triggered for when I want to register a click on the same list item multiple times in a row.
Do I have to register a handler on each list item or is there a better way to do it?
bump
I’d probably just register a callback in the makeItem<VisualElement> Func delegate? Not really used ListView much but seems pretty straight forward.