Domanda

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.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top