tags:

views:

13

answers:

1

I have a service that retrieves to me a list of objects and the ID of one of them. I'm binding them to a TreeView with hyrarchial template and I want the one that has the given Id to be with different color.

How can I do that ?

A: 

Ok I got it. DataTriggers .. thanks.

Erez