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.
First of all, set ListView to vsReport style and fill in some data. OnColumnClick and OnCompare events will do the rest.
Using ShellAPI unit and few lines of code, we can load directory structure into ListView and show associated icons and information for each file.