Change width of browser pane

Change width of browser pane

Anonymous
Not applicable
378 Views
2 Replies
Message 1 of 3

Change width of browser pane

Anonymous
Not applicable

Is there a way to change the width of the browser containing the browser panes using th sdk? Under some circumstances I have to increase or decrease the width of my embedded pane.

0 Likes
Accepted solutions (1)
379 Views
2 Replies
Replies (2)
Message 2 of 3

Michael.Navara
Advisor
Advisor
Accepted solution

It is possible. This code sets the width of model browser width to 250 px.

ThisApplication.UserInterfaceManager.DockableWindows.Item("model").Width = 250

 

0 Likes
Message 3 of 3

Anonymous
Not applicable

Thank you very much. For some reason I was not able to find this solution in the API Help.

0 Likes