摘要:
XAML: <GridView x:Name="itemGridView" > <GridView.ItemsPanel> <ItemsPanelTemplate> <VirtualizingStackPanel Orientation="Horizontal"/> </ItemsPanelTemplate> </GridView.ItemsPanel> <GridView.GroupStyle> ... 阅读全文
posted @ 2012-11-09 23:55
欧西
阅读(531)
评论(1)
推荐(0)