Hi Telerik,
Is it possible that while PdfViewer is zoomed, the user can still see the radtoolbar hanging over the top.
My code below - the radtoolbar is detached from the radpdfviewer when viewed in UI. When zooming in PdfViewer, the toolbar cannot be seen anymore. I hope there is a way.
Thank you.
Regards,
Em
Is it possible that while PdfViewer is zoomed, the user can still see the radtoolbar hanging over the top.
My code below - the radtoolbar is detached from the radpdfviewer when viewed in UI. When zooming in PdfViewer, the toolbar cannot be seen anymore. I hope there is a way.
<
telerik2:RadToolBar
DataContext
=
"{Binding ElementName=pdfViewer, Path=Commands}"
Orientation
=
"Horizontal"
VerticalAlignment
=
"Top"
HorizontalAlignment
=
"Stretch"
Margin
=
"20,5,5,5"
OverflowButtonVisibility
=
"Collapsed"
><
br
> <
telerik2:RadButton
Content
=
"Download"
Click
=
"Download_OnClick"
/><
br
> <
telerik2:RadButton
Content
=
"Close"
Click
=
"CancelButton_Click"
/><
br
> </
telerik2:RadToolBar
><
br
><
br
> <
telerik:RadPdfViewer
x:Name
=
"pdfViewer"
DocumentSource
=
"{Binding DocumentStream}"
Grid.Row
=
"0"
Grid.Column
=
"1"
><
br
> <
br
> </
telerik:RadPdfViewer
>
Thank you.
Regards,
Em