office365office365apioffice365-appsoffice-js

Office 365 Add-In - How do I hide the task pane?


Currently, my task pane is shown using the Ribbon ShowTaskPane command.

 <Action xsi:type="ShowTaskpane">

How do I hide the task pane in Javascript?

Cheers!


Solution

  • At present, the Office add-in doesn't support to hide the task pane via Office JavaScript API.

    You may submit the feedback from here if you require this feature.