06 Jul

Change color of ListView items

To change background color of ListView items, you need to write your own OnCustomDrawItem event handler.

10 Apr

Sort ListView by clicking on columns

First of all, set ListView to vsReport style and fill in some data. OnColumnClick and OnCompare events will do the rest.

16 Oct

Directory structure with associated icons and file info in ListView

Using ShellAPI unit and few lines of code, we can load directory structure into ListView and show associated icons and information for each file.