Hi
I am using TextView tag to display text. It runs fine with the text. But one thing I notice is that I can type anything during Preview on TextView. Isn’t TextView supposed to display text not to add any additional letter by users.
Hi
I am using TextView tag to display text. It runs fine with the text. But one thing I notice is that I can type anything during Preview on TextView. Isn’t TextView supposed to display text not to add any additional letter by users.
Hi Tom,
as the docs state, TextView is a multi-line text editor. If you only need to display text, use Text
instead, optionally with TextWrapping="Wrap"
.