WPF Change listview image based on binded value
My program connects to a mysql database and then stores data into a
listview. I want to display the rating of the item in the list to be
displayed as a picture not a number. Looking at this response, I figured
out how to display different images using data triggers, but I need a way
to specify a range of numbers. Ex, 0-10 = 0stars.png, 11-50 = 1stars.png,
etc....
Any help would be greatly appreciated.
No comments:
Post a Comment