WebView上的自动换行

时间:2016-01-26 15:46:45

标签: xaml webview windows-10 win-universal-app textwrapping

我一直在搜索和搜索,似乎无法找到解决方案。是否有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中使用的那样....

有没有人有任何建议或解决方法?

2 个答案:

答案 0 :(得分:1)

WebView中显示的文本的包装将取决于加载的HTML以及WebView本身的属性(大小)和可视树。

答案 1 :(得分:0)

我能够找到问题所在。我在WebView内部RelativePanel ...看起来它使WebView保持文本包装。

将宽度和高度设置为auto