Tagged Questions
1
vote
0answers
942 views
ComponentResourceKey as DynamicResource problem
I'm seeing some unexpected behavior using ComponentResourceKey. The problem came up because I was using names used in the SystemColors class.
Consider the following code:
First I expose a ...
0
votes
1answer
40 views
Border around ListView when IsEnabled is false
When setting IsEnabled to False on a ListView I get a one pixel thick border around the control, with color #F0F0F0 (on Win7).
I'm suspecting that it's one of the SystemColors kicking in. How do I ...