Changing the font of TreeView lines

  • Thread starter Thread starter WebCrawler
  • Start date Start date
W

WebCrawler

Greetings,

Is it possible to change the font attributes of the TreeView grid
lines.
I would like to change the colour of those lines, or at the very least
make them bold.

The only feature the TreeView provides is whether to hide or show them
using the ShowLines and ShowRootLines properties.

Is it possible to manipulate them in any other way?
I am not averse to using any GDI or even unmanaged code to achieve
this, if possible.

Thanks.
 
The NodeFont lets me customise the font of the node.
I would like to customise the weight and colour of the connector lines in the tree.
The lines that you can turn on/off with ShowLines and ShowRootLines.

Thanks.
 
These are definitely not font attributes.
More like brushes or pens.
Sorry - no help there.

Alex
 
Back
Top