views:

267

answers:

1

I have menuitems with icons and when it is disabled the icon remains the same. Is it up to me to supply a disabled icon and, if so, does this also apply to menuitems bound to a command?

+2  A: 

Yes it is totally up to you. Because you have provided an Icon file. So you need to create Style.Trigger on MenuItem to give disabled effect on that. Either do a Opacity =0.5 or switch image while IsEnabled=False

Jobi Joy
Thanks Jobi, I appreciate it!
Brad