xcal Posted September 6, 2006 Posted September 6, 2006 Is it possible to change the text color of a listview item based on the index of an existing item/sub item? I've found it's easy enough to assign a color to a specific line while the list is actually being created and it's easy to change an entire listview's text color. But, what if you just want to change the color of a single line in an existing list of a listview? How To Ask Questions The Smart Way
GaryFrost Posted September 6, 2006 Posted September 6, 2006 Is it possible to change the text color of a listview item based on the index of an existing item/sub item? I've found it's easy enough to assign a color to a specific line while the list is actually being created and it's easy to change an entire listview's text color. But, what if you just want to change the color of a single line in an existing list of a listview? If the item is selected it is easy enough i.e. GUICtrlSetColor(GUICtrlRead($listview), 0x00ff00) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
xcal Posted September 6, 2006 Author Posted September 6, 2006 I can use that, thanks a lot. How To Ask Questions The Smart Way
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now