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
890
UltraFormattedTextEditor underline the spaces?
posted

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

 

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    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.

     

Children