All Questions
2 questions
1
vote
1
answer
343
views
RadioButton: how can I wrap text loaded via "x:Uid"?
I want to wrap the text displayed in a radiobutton. I've tried this (derived from here) but it does not work:
<RadioButton x:Uid="SettingsAICChains" >
<RadioButton.Resources>
...
1
vote
2
answers
255
views
Word Wrap on WebView
I have been searching and searching and can't seem to find a solution. Is there a word wrap property for Webviews? Specifically in Universal Windows Applications.
This is my webview:
<WebView x:...