我想换一个TreeView控件的字体大小。 在GOOLGE搜索后,我只是得到了一些想法,应该使用CustomDraw此树视图。 但NMTVCUSTOMDRAW
结构只有clrText
和clrText
其设置在树视图中显示的文本的前景色和背景色。
我的问题是:
Q1: How to change the font size in a TreeView? For the background color of TreeView,
one can just use `TreeView_SetBkColor` or send a message. Anything similar
for font size?
Q2: What's the difference between Custom Draw and Owner Draw?