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
70
UltraTree print/preview with nodes that have formatted/markup text
posted

I'm trying to print/preview an Infragistics UltraTree (winform) (version 14.2) which has formatted/markup text

The nodes of the tree use Infragistics.Win.FormattedLinkLabel.UltraFormattedTextEditor with TreatValueAs = FormattedLinkLabel.TreatValueAs.FormattedText

On the screen the tree looks nice. However when I use Infragistics.Win.Printing.UltraPrintPreviewDialog, the resulting tree displays each node with all of its markups.

 The Node's Text  

Is there a way to have the preview display the same way it looks on the screen? That is instead of the above, display "The Node's Text", where this text is printed in 11pt and the text color is navy.

Parents Reply Children