Hello,
I want to display formatted text on an UltraFormattedTextEditor, but some of the text has to be strikeout. It should look like this:
SMTWTFS
I would expect the UltraFormattedTextEditor to be able to show strikeout text, but it's not on the documentation so I guess it's not supported.
Is there any other way to show strikeout text?
You could set its Appearance.FontData.Strikeout property, but that will apply to every character. You could use the UltraFormattedTextEditor control, which supports mixed fonts within the same edit area.
Brian,
I agree with you. The UltraFormattedTextEditor should be the right way to go, but it doesn't seem to support strikeout text. I'm using version 8.2.20082.1000.
Is strikeout text supported in the latest version?