Treeview with a bold treenode

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Hi, I'm wondering if it is a way to make a treenode in a treeview bold. This
property is not supported on compact framework, but in a regular framework
it is. Could you help me please?
 
The native control on CE doesn't support per-item formatting. You'd need to
write your own custom-drawn control to do this.

Peter
 
Back
Top