1
How can hide toolbar?
Question asked by ShinChulJung - 7/14/2019 at 11:36 PM
Answered
Hi.
I want to hide the Toolbar area shown below in DocumentViewer.

There is no such example in Demo. If you know how, please let me know.



1 Reply

Reply to Thread
0
Cem Alacayir Replied
Employee Post Marked As Answer
There are already properties in DocumentViewer class for this:


SidePaneVisible
Gets or sets a value that specifies whether the left side pane is visible. The default is true.

ToolbarVisible
Gets or sets a value that specifies whether the top toolbar is visible. The default is true.

Reply to Thread