Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi
* Take your example from
from http://www.syncfusion.com/downloads/support/directtrac/general/ze/GettingStarted-81946798?_ga=2.73924754.1864490462.1555572654-961319033.1549560223
*Update to newest packages:
XamarinForms project
UWP Project:
* Cahnge MainPage,xaml
<Grid x:Name="pdfViewGrid" Padding="20" BackgroundColor="Accent">
<Grid.RowDefinitions>
<RowDefinition Height="10"/>
<RowDefinition Height="*"/>
<RowDefinition Height="10"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="10"/>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="10"/>
</Grid.ColumnDefinitions>
<Grid Grid.Row="1" Grid.Column="1" BackgroundColor="Gray">
<syncfusion:SfPdfViewer x:Name="pdfViewerControl" />
</Grid>
</Grid>
*see Attachement: scrollbar is not complete visible