All Projects → AHK-just-me → Class_LV_Colors

AHK-just-me / Class_LV_Colors

Licence: Unlicense License
AHK class providing individual colors for ListView items/subitems.

Programming Languages

autohotkey
350 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].