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: 25 days ago
JSON representation
AHK class providing individual colors for ListView items/subitems.
- Host: GitHub
- URL: https://github.com/AHK-just-me/Class_LV_Colors
- Owner: AHK-just-me
- License: unlicense
- Created: 2013-12-20T11:24:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T10:40:07.000Z (9 months ago)
- Last Synced: 2024-05-19T05:25:26.859Z (7 months ago)
- Language: AutoHotkey
- Homepage:
- Size: 37.1 KB
- Stars: 28
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-AutoHotkey - LV_Colors - by just Me - Individual background and/or text colours for a GUI ListView's cells or rows. Forum thread: [link](https://autohotkey.com/boards/viewtopic.php?f=6&t=1081) (Libraries / <a name="libraries-gui"></a>GUI)
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.