sc 2 months ago
parent
commit
7ba38facc2
  1. 4
      View/Whole.xaml

4
View/Whole.xaml

@ -8,9 +8,7 @@
d:DesignHeight="450" d:DesignWidth="800"> d:DesignHeight="450" d:DesignWidth="800">
<Grid> <Grid>
<ScrollViewer Margin="0" VerticalScrollBarVisibility="Auto"> <ScrollViewer Margin="0" VerticalScrollBarVisibility="Auto">
<WrapPanel Orientation="Horizontal" x:Name="WholeView" Background="White"> <WrapPanel Orientation="Horizontal" x:Name="WholeView" Background="White"/>
</WrapPanel>
</ScrollViewer> </ScrollViewer>
</Grid> </Grid>
</UserControl> </UserControl>

Loading…
Cancel
Save