I would like to turn sliders on the screen on and off as different user actions occur - I was looking for a “myslider.isEnabled = false” type of property, but don’t see it.
Is there a way to make this same type of action occur? I just need to prevent the slider from being changed when not active, no need to worry about the value once inactive.
Thanks!