Javafx: ListView disable a specified element of the list

Viewed 2462

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?

1 Answers
Related