【发布时间】:2017-08-17 00:04:19
【问题描述】:
我想将它移到下一列,而不是滚动条,是否可以使用 WebView 控件?
见下图:
带有“红框”的内容我想移到第二列。
XAML 代码:
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="500" />
</Grid.RowDefinitions>
<Grid Grid.Row="0" />
<WebView Grid.Row="1" Width="410" local:WebViewProperties.HtmlString="{Binding Description}"></WebView>
【问题讨论】: