<ScrollViewer Height="100" VerticalScrollBarVisibility="Auto"><ItemsControl ItemsSource="{Binding TestList}"><ItemsControl.ItemsPanel><ItemsPanelTemplate><WrapPanel /></ItemsPanelTemplate></ItemsControl.ItemsPanel><ItemsControl.ItemTemplate><DataTemplate><hc:SimpleStackPanel Margin="10,5"><ButtonHeight="80"Background="#DDD"Command="{Binding AddPageCommand}"><hc:SimpleStackPanel Orientation="Vertical"><ImageWidth="40"Height="40"Margin="0,5"Source="./../WPF/Asset/Image/完整视图.png" /><TextBlockHorizontalAlignment="Center"FontWeight="Bold"Foreground="{StaticResource PrimaryBrush}"Text="111122221" /></hc:SimpleStackPanel></Button></hc:SimpleStackPanel></DataTemplate></ItemsControl.ItemTemplate></ItemsControl>
</ScrollViewer>