小编chi*_*ing的帖子

如何滚动网格?

我有Grid这它Height可以长这样:

<Grid.RowDefinitions>
    <RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
    <ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>


<Grid Name="Grid" Grid.Row="0" Grid.Column="0">

</Grid>
Run Code Online (Sandbox Code Playgroud)

我怎样才能上下滚动?

这是一个Windows Phone 8应用程序.

c# xaml windows-phone-7 windows-phone-8

6
推荐指数
1
解决办法
3252
查看次数

标签 统计

c# ×1

windows-phone-7 ×1

windows-phone-8 ×1

xaml ×1