Is there a way, using XAML, to dynamically set the background of a row based on the content of one of it\'s cells?
Thanks,
Phil
You can define a style for a row and change the color using DataTrigger. Something like this:
Here BooleanPropertyOnObjectBoundToRow is a boolean property on your data object one the cells is bound to.
BooleanPropertyOnObjectBoundToRow