Hi everyone,
I’m working with Unity’s UI Toolkit and using a ListView component to bind data with UXML. My goal is to update the selectedIndex property when a user selects an item with a single mouse click. Currently, the selectedIndex only updates when navigating through items using the arrow keys, even though items appear visually selected on mouse click.
Thanks in advance!