04-19-2017 07:51 PM
Hi all,
How to set the tree control default font? when add the new tree item,I don't want to set the font by the control property(too slowly);
Solved! Go to Solution.
04-19-2017 08:37 PM
If you select the control and change the font using Ctrl+0 (Font dialog) doesn't that change the font for any new items you add to the control?
04-20-2017 04:29 AM
thanks, this action can set the tree control default font! learn a useful skill!