Re: Colors for ListView Control
- Posted by LarryMiller Jul 17, 2009
- 1073 views
Rad said...
Hi,
Is there any way one can change the background and/or text color of entire row in ListView control?
Or perhaps change text color for a cell depending on the value contained within?
Thanks & Regards, Rad.
The native ListView control does not directly support changing colors of individual items. However, this cas be done with custom draw. This involves handling notifications from the ListView control and setting appropriate values in a structure. Exactly how this would be done depends on your programming environment, Win32Lib, WxEuphoria, etc.
Larry Miller