Hi,
I have a Grid with 3 rows:
<Grid HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="44" />
<RowDefinition Height="Auto" />
<RowDefinition Height="50" />
</Grid.RowDefinitions>
<sf:SfPdfViewer x:Name="SfPdfViewer"
InputFileStream="{Binding PdfDocumentStream}"
Grid.RowSpan="3"
HorizontalOptions="FillAndExpand"
VerticalOptions="FillAndExpand" />
</Grid>
My problem is, that the SfPdfViewer control is not being autosized. I can see the upper part of the displayed document, but I am unable to view the document as a whole. So, how can I tell the control to set its height automatically depending on the displayed document? I attached the document I am testing with.
Many thanks
Attachment:
topbottommarker_e9eaad99.zip