Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/AHK-just-me/Class_LV_Colors

AHK class providing individual colors for ListView items/subitems.
https://github.com/AHK-just-me/Class_LV_Colors

Last synced: about 2 months ago
JSON representation

AHK class providing individual colors for ListView items/subitems.

Lists

README

        

# Class_LV_Colors #

The class supports individually colored rows and cells for AHK ListView controls.

### How to use: ###
- Create a new instance with `MyInstance := New LV_Colors(HLV)` passing the HWND of your ListView.
- Then call `MyInstance.Cell()` or `MyInstance.Row()` to setup colors for individual cells and/or rows.
- That's all you have to do for coloring.
- If you finally don't want the colors to be shown any more, use `MyInstance := ""` to restore the ListView's default behaviour.

For more detailed informations look at the inline documentation, please.