ChapterChanged event

This commit is contained in:
Marco Gavelli
2018-07-16 14:17:45 +02:00
parent 02911d9550
commit 3e251c35ec
5 changed files with 57 additions and 48 deletions

View File

@@ -39,7 +39,8 @@
Style="{DynamicResource CaptionTextButtonStyle}"/>
</StackPanel>
</Grid>
<local:BookHtmlContent x:Name="pagePanel"
Grid.Row="1"/>
<Grid Grid.Row="1">
<local:BookHtmlContent x:Name="pagePanel"/>
</Grid>
</Grid>
</UserControl>