I have a textbox on my form, a button, and a listview (viewed by details so its a grid).
The user enters a number in the textbox and click the button (calculate) and it then shows information in my listview.
In the listview one of the columns it has is "Level" and it will show the levels required to do things. So is there a way that I can have the listview change the item rows to red if the number under "Level" is higher than what they entered in the textbox?
The user enters a number in the textbox and click the button (calculate) and it then shows information in my listview.
In the listview one of the columns it has is "Level" and it will show the levels required to do things. So is there a way that I can have the listview change the item rows to red if the number under "Level" is higher than what they entered in the textbox?