Disabling slider

I’ve been hunting for a simple method to disable a slider, similar to how you can use setEnabled() on a TextButton. Do I need to do this manually and implement a custom lookAndFeel class to grey it out?

1 Like

I have a disabled-looking slider as part of my background, and simply hide the slider when I want to disable it.

1 Like