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
235
XamTextEditor, can't update value in TextChanged event handler
posted

When I type into XamTextEditor, I want to modify the text sometimes while typing. What I do now is handle TextChanged event and if text is not correct, I want to set it to something else by doing text="..." inside the handler. The problem is that TextEditor doesn't update the visible text in the editor, although it's  text value has internally changed (when I read a value it's correct). Doing this in WPF's TextBox it works.

How do I do this or is there another way?

 

Best regards

Tomaz

Parents Reply Children
No Data