[SOLVED] Hide MDI tabs

Answered
0
0

Hi!

How can I hide the MDI tabs on parent window?

May you help me, please?

Thanks,
Ulisses.

  • You must to post comments
Best Answer
0
0

With Wise 2 you can also just do this in your Mdi InitializeComponent()

this.InitScript = “this.mdiClient.mdiTabView.getChildControl(‘bar’).exclude()”;

  • Ulisses
    Great! Perfect!
  • You must to post comments
0
0

attachment

Attachment
  • You must to post comments
0
0

Hi Ulisses,

you can use for example a mixin theme and set the height of the header to 0.

In attached example you can toogle between the 2 opened windows with the help of ComponentTools.

Best,

Jens

 

  • Ulisses
    Thank you very much, Jens!
  • Ulisses
    @Jens, I have created a new blank project, added Platform folder and the JavaScript.js file. But on this new project MDI tabs are not disappearing. What am I missing? Thanks!
  • Jens (fecher)
    Did you enable this line in AssemblyInfo.cs: [assembly: Wisej.Core.WisejResources(ExcludeList: “”)]?
  • Ulisses
    Yes. I’ve attached my test project here.
  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.