【发布时间】:2012-02-15 08:33:23
【问题描述】:
我的应用程序中需要一个注册表单,我需要滚动,所以我做了以下操作
<ScrollViewer VerticalScrollBarVisibility="Visible" Height="780" MaxHeight="1800"
MaxWidth="477" VerticalAlignment="Top">
<ScrollViewer.Content>
<Grid Width="477" Height="728" MaxHeight="1800">
<!-- .......Form's Elements..... -->
</Grid>
</ScrollViewer.Content>
</ScrollViewer>
没有滚动,我错过了什么?
【问题讨论】:
标签: xaml windows-phone-7.1 windows-phone-7