Is any way the Tree Node Label can be formatted? like for example: The Sun is bright today.
I guess this implies some sort of HTML format compatible.
You can do this using an editor. What you do is place an UltraFormattedLinkEditor on the form. This control supports a custom xml format similar to RichText. You set the Override.EditorControl on the appropriate override in the tree to this control. Then the Text of node would have to be set to the formatted text you want to display.
Excellent, thanks for your answer.