Introduction - If you have any usage issues, please Google them yourself
If you set an item s height to greater than 24 pixels, the value is automatically reduced to 24 pixels before being processed. To bypass this limitation, you can override the TreeView class and the WndProc method, and then modify the parameters of the TVM_SETITEMHEIGHT message.
The source code that can be downloaded will help you to better understand the concept.