Commit ed89aaf3 authored by 姜春辉's avatar 姜春辉

修正历史页面滚动条bug

parent 815cf0a6
......@@ -33,7 +33,7 @@
<ScrollViewer HorizontalScrollBarVisibility="Disabled"
Background="Transparent"
VerticalScrollBarVisibility="Auto"
Style="{DynamicResource scrollviewerStyle}">
Style="{DynamicResource scrollviewerStyle}" CanContentScroll="True">
<Border Margin="80,0,80,0">
<ItemsPresenter/>
</Border>
......
......@@ -34,7 +34,7 @@
<ScrollViewer HorizontalScrollBarVisibility="Disabled"
Background="Transparent"
VerticalScrollBarVisibility="Auto"
Style="{DynamicResource scrollviewerStyle}">
Style="{DynamicResource scrollviewerStyle}" CanContentScroll="True">
<Border Margin="80,0,80,0">
<ItemsPresenter/>
</Border>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment