I used RadPdfViewer in WPF. I put the pdfviewer in grid. I set the height="*". But the problem is, the pdfviewer extends beyond the screensize of the window and the scrollviewer also not working. Help me to fix it. I have attcached the Snapshot of the window.
<Grid >
<Grid.RowDefinitions>
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<telerik:RadPdfViewer Grid.Row="0" x:Name="pdfViewer1" DocumentSource="{Binding url1}" telerikControls:StyleManager.Theme="Expression_Dark">
</telerik:RadPdfViewer>
</Grid>
<Grid >
<Grid.RowDefinitions>
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<telerik:RadPdfViewer Grid.Row="0" x:Name="pdfViewer1" DocumentSource="{Binding url1}" telerikControls:StyleManager.Theme="Expression_Dark">
</telerik:RadPdfViewer>
</Grid>