It would be nice to be able to enable/disable a PropertyComponent
Any component can be disabled - you mean it’d be nice if it drew itself differently when disabled, I guess.
Oops, I was just missing Component::setEnabled() and the enabled state propagation behavior to all the children of a component.
Actually by just disabling the PropertyComponent itself also the underlying control gets disabled (and so it’s painted as disabled). That’s what I wanted, thank you!