Browse by Tags
All Tags » IsEnabled (RSS)
-
I've got something similar I've had to solve, it might help you to find a solution.
I have a row with a checkbox that has to be enabled or disabled based on a boolean value in the row. So I made a datatrigger. Here's my code:
<Style TargetType=''{x:Type ...
|
|
|
|