Pregunta

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.

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top