I am developing a desktop sql database application using C#. I want to change the font colour of a particular row of database. For example, my table looks something like this
Item code | Perfume Name | Quantity
-----------------------------------------------
123 Nofa 1
456 Charlie 0
789 Hugo 12
476 Addidas 0
Now i want to change the font colour of those rows to red, whose quantity is ' 0 '. Can anyone please help me out, to solve this issue.