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?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
Thanks to @user1803551 and @James_D i could solve the problem, here is the sollution: