All Tags »
IsEnabled »
DataTrigger (RSS)
Sorry, but there are no more tags available to filter with.
-
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 ...