059b45043d
-sistemato dizionario e grafica
10 lines
338 B
XML
10 lines
338 B
XML
<UserControl x:Class="PdfViewer"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
<ScrollViewer Style="{StaticResource PDFViewer_ScrollViewer}">
|
|
<ItemsControl x:Name="PagesContainer"/>
|
|
</ScrollViewer>
|
|
|
|
</UserControl>
|