finish auto-hide

This commit is contained in:
Paddy Xu
2017-08-06 21:01:02 +03:00
parent 5b97e7ef60
commit 56cb31fd2a
16 changed files with 241 additions and 71 deletions

View File

@@ -70,7 +70,7 @@
</ListBox.ItemTemplate>
</ListBox>
<Grid Grid.Column="1" Background="#00EFEFEF">
<imageViewer:ImagePanel x:Name="pagePanel" RenderMode="NearestNeighbor" />
<imageViewer:ImagePanel x:Name="pagePanel" RenderMode="NearestNeighbor" BackgroundVisibility="Collapsed" />
</Grid>
</Grid>
</UserControl>