This question is locked. New answers and comments are not allowed.
One of the complaints from our end-users is that they can't tell the difference between a checkbox cell that isn't in Edit Mode and one that is disabled/readonly.
After a lot of searching, I was finally able to make the checkbox column look and act like a standard Windows7Theme checkbox. However, the IsReadOnly property doesn't seem to affect the style. When IsReadOnly=true, it looks identical to IsReadOnly=false. There is no IsEnabled property for the GridViewCheckBoxColumn, therefore, the VisualState x:Key="Disabled" does nothing.
How can I change the style of my GridViewCheckBoxColumn so that when IsReadOnly=true, it looks disabled?
Thanks,
Kyle
After a lot of searching, I was finally able to make the checkbox column look and act like a standard Windows7Theme checkbox. However, the IsReadOnly property doesn't seem to affect the style. When IsReadOnly=true, it looks identical to IsReadOnly=false. There is no IsEnabled property for the GridViewCheckBoxColumn, therefore, the VisualState x:Key="Disabled" does nothing.
How can I change the style of my GridViewCheckBoxColumn so that when IsReadOnly=true, it looks disabled?
Thanks,
Kyle