Change specific treeview node font?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I would like to change only my "header nodes" font in my treeview. Is this
possible? I used the following to try it:
trvAppts.Font = New Font(trvAppts.Font.Name, trvAppts.Font.Size,
FontStyle.Bold)

But that set the whole treeview to Bold. I only want the header ones.

Can the compact framework do this?
 
There is no per-item font in TreeView control. That is unless you make it
owner-draw, which is not possible under CF
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top