Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
430
Formated Label
posted

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.

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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.

Children