A node with different fonts

  • Thread starter Thread starter Fernanda Rocha via .NET 247
  • Start date Start date
F

Fernanda Rocha via .NET 247

Hi,
I have a TreeView with various nodes and i need that a node support different fonts. A part text is bold and italic and the other part of text be regular.

I think that is necessary use a RichTextBox but i don?t know how do...

Sorry mu bad english but i?m brazilian woman... :)

Thanks!!!
 
Hi,

Just to make somthing clear, you are trying to make it so that the text of a
SINGLE node contains a combination of bold, italic and normal text?
Not simply that one node should be just bold, another node just italic and
yet another node just normal text. (node.NodeFont).

Chris.

Fernanda Rocha via .NET 247 said:
Hi,
I have a TreeView with various nodes and i need that a node support
different fonts. A part text is bold and italic and the other part of text
be regular.
 
Back
Top