Hi,
I'm using an UltraFormattedTextEditor control thus:
.TreatValueAs = FormattedLinkLabel.TreatValueAs.URL.Appearance.Cursor = Cursors.Hand.Value = "I want the spaces to be underlined"
The text in the control looks like a nice clickable link, you know, all blue and underlined, *EXCEPT* for the fact that spaces are not underlined.
Is there a way I can get the control to underline ALL text including spaces?
Thanks,
Scott
Hm, this is odd. I tried this out with both the UltraFormattedTextEditor and the UltraFormattedLinkLabel. The label underlines the spaces and the text editor does not.
Seems to me like something is wrong here.
I'm going to forward this over to Developer Support so they can check it out.
Thanks Mike,
I saw this morning that this had been sent to support.
Scott, FYI the support case number is CAS-32088-J2I4Q3.
Jim
Scott,
Support got back to me and suggested setting the TextSectionBreakMode property to OnlyWhenNecessary.
I set the UltraFormattedTextEditor TreatValueAs property to URL, entered the text "This is a test" and set TextSectionBreakMode as mentioned above and it correctly underlined the spaces.
Hope this helps.