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
150
XamTextEditor dropping _ from display text when IsReadOnly = true
posted

Not sure if this is intented or not but I've got a XamTextEditor with text "Name1_1" when IsReadOnly = false (default) it displays that string.

However if I set IsReadOnly = true it displays "Name11", if I get the Text and print it out within the code it displays the original text so it appears the character is only dropped when displayed.


Is there some setting that can be used to prevent this character from being dropped?  Or a style?