Hi,
I've built a VCL based on TTreeView control. Some code have placed within the [protected function CustomDrawItem override] of the VCL.
The code is to modify default font to show properties per node [bold for selected item, gray for locked items].
Also, there's a call to DrawFocusRect over...