Hi,
I have a column in my listview which is Yes/No . If its value is ‘Yes’ I want to change the row color to green and in case of ‘No’ , row color should be red.
So while running the form, listview rows should show these colors depending on Yes/No column value.
How to customize the background color of rows in listviews?
Thanks