Ryan
Ryan

Reputation: 1

WPF Style Trigger

I am trying to get a row in a datagrid to turn red if the value of a checkbox within the datagrid is true. Any ideas? Here is what I have so far. I am currently turning the columns red if the mouse rolls over the row.


Upvotes: 0

Views: 209

Answers (1)

Matt Winckler
Matt Winckler

Reputation: 2233

Take a look at this blog post by Vincent Sibal. Sibal gives several code examples of what you're trying to do and he also provides a good sample project you can download to see the source.

Upvotes: 3

Related Questions