How do I trigger change on WPF ListView

  • Thread starter Thread starter Sebastian
  • Start date Start date
S

Sebastian

I hope it's a right group.

In WPF (3.5 SP1) I have a ListView bounded to datasource. My columns are
image, text, text. Now based on some condition I would like to set a proper
image to the first column from the code, how do I do that?

Thank you
 
Back
Top