【发布时间】:2016-01-26 15:46:44
【问题描述】:
我一直在寻找和寻找,似乎无法找到解决方案。 Webviews 是否有自动换行属性?特别是在通用 Windows 应用程序中。
这是我的网页视图:
<WebView x:Name="body"
Visibility="Visible"
RelativePanel.Below="mySymbol"
RelativePanel.AlignLeftWithPanel="True"
RelativePanel.AlignRightWithPanel="True"
DefaultBackgroundColor="LightGray"
Height="300"
Width="1800"
Margin="-5,80"/>
我希望有与TextWrapping="Wrap" 等效的东西,就像我在TextBlock....中使用的一样。
有没有人有任何建议或解决方法?
【问题讨论】:
标签: xaml webview windows-10 win-universal-app word-wrap