I want to select only one item in a ListView.

I would like to be able to select only one item in a ListView in Blueprint.
How can I do this?
If I select another item, will the already selected item be deselected?
The isSelected in the OnItemSelectionChanged event is just set to true.
False would not have brought the event.

Is the only way to do this is to create my own deselection process?

Thank you.

Do you have some answers to this question ?

Yes, the only way to do this is to create my own deselection process, such as cache the last selected item and set bool var member = false of your last selected item cache.