Click here to Skip to main content
15,921,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a wpf application on which, I use a ListView control which uses databinding with
a dataset.

Based on the value of a particular column, I want to change the font style of rows in listview

How can I do this?
Posted

1 solution

I myself found the solution, it can be done by assigning ItemContainerStyle

and define setters in Style
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900