I have a ListView<String> and I want to disable one specified element of the list, to become unselectable for the user. Is there a way to disable just one specified element for selection?
I have a ListView<String> and I want to disable one specified element of the list, to become unselectable for the user. Is there a way to disable just one specified element for selection?