Skip to content

AHK-just-me/Class_LV_Colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

AHK class providing individual colors for ListView items/subitems.

Resources

License

Stars

Watchers

Forks

Packages

No packages published