How to hide the default toolbar and to disallow the default context menu of the DocumentViewer control?
How to hide the default toolbar and to disallow the default context menu of
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can prevent the default context menu from appearing by handling the
ContextMenuOpeningevent, and settingContextMenuEventArgs.Handledto true.As for the toolbar, I’m not sure – maybe you could somehow change the default style of the DocumentView to not include the toolbar? I haven’t ever done much with styles, but that is probably where I’d start looking.