Open igor11191708 opened 5 years ago
Of which control? What is the expected result vs. the actual result?
IntegerPicker integerPicker = new IntegerPicker(); integerPicker.setReadOnly(true); <- does not work
It`s declared as public property for any pickers at class Picker
this.readOnlyProperty().bind(picker.readOnlyProperty());
Looks right, please submit a PR.
ReadOnly property does not work