Custom slider value text
-
I have a slider that goes from 0 - 11. I'd like the value displayed on the slider to be taken from an array with 11 elements. How can I achieve this? I think in previous versions I was able to overlay a label but now that only works if the label is disabled (otherwise it blocks the click event on the slider). I don't mind having the label disabled but it changes the appearance of the text too which I don't want. I'd like to avoid using a customised panel if possible since this is just a single slider.
-
Does it catch the click when
editable
is false? Because it isn't supposed to... -
No, only when enabled is false