In PDFTron there is a next and previous buttons appear in the document viewer. (UWP app). I have a requirement to place these buttons to the bottom of the screen and also scale it a bit. Does anyone have any idea how to do that? (It looks like the buttons appear from the OS and not from the app)
<Border x:Name="PDFViewCtrlBorder">
     <Grid>
         <Border Child="{Binding PDFViewCtrl}" />
     </Grid>
</Border>
