6

Is it possible to set the width of a Outlook add-in when it gets loaded up. Right now when I click on my addin button on the ribbon, the task pane shows up on the right with a width of about 437 pixels. I would like to increase that width to something like 820 pixels.

2 Answers 2

3

That's right, there is no way to specify the width. Besides, in OWA the pane is not resizable..

As alternative, you can use a "UI-less" button (see functionFile/ExecuteFunction manifest declarations) and call displayDialogAsync API to display a dialog with custom HTML content, and you can specify the size of this dialog when you create it.

Sign up to request clarification or add additional context in comments.

Comments

2

The task pane add-in doesn't support to set the width for the panel. You can submit the feedback here if you want the task pane add-in to support this feature.

3 Comments

I see these user voice links on every Office.js forum and all of these are dead. No one knows where to submit feedback now. MS should have redirected the previous link to the new location (or should have created a new one if they haven't).

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.