I have a simple user control made from a button with content being a stackpanel holding an image and textblock. With Beta1 I can set IsEnabled="False" in code and the whole user control is visually changed to indicate it is not enabled. In Beta 2 the button is correctly set so as to not be enabled (clicking on it has not effect), but the image and textblock are still shown at full enabled mode. So the user has no visual indication that the button is disabled. Is there a work around for this?
...
Go to the complete details ...