Re: Different Font for CTreeCtrl?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



You can use SetFont to set font for entire tree. If you want to set
font for individual elements of tree control, handle NM_CUSTOMDRAW.
Search codeguru/codeproject for customdraw to get a sample.

---
Ajay

.