Question

How can we attach a property to a known property like 'IsDisabled'? For instance, I would like another property to take over and change some things when my control is disabled.

Was it helpful?

Solution

You usually just use Triggers on IsEnabled == false with some Setters for that.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top