In the post “How to change the row height of CListCtrl“, it gives 2 solution example how to change row height or CListCtrl. Hower, it is not the simplest way.

The simplest way to change the row height in a CListCtrl is:

Display an icon with the desired height.

All other ways that I know of require significant programming (such as owner draw, which is often too much work).