Change color of ListView items
To change background color of ListView items, you need to write your own OnCustomDrawItem event handler.
To change background color of ListView items, you need to write your own OnCustomDrawItem event handler.
Colored lines in listbox are more user-friendly and easy to read. Here is how to do it…
Normally, you can just turn hints on or off using property ShowHint on almost every visual component. But what if you want to change the default system color of hint… Read more »