Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

AddOn with Tabs - how to disable showing tabs?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    AddOn with Tabs - how to disable showing tabs?

    Would like to toggle off the chart equivalent of "Show Tabs" in my AddOn. Started with multiple tabs now just one want to reclaim screen real estate.

    How does one do this - must be one line of code but haven't found in documentation.

    Thanks!

    #2
    Hello JimB17,

    Thanks for your question.

    You can create an AddOn window without tabs. To do this, you will want to avoid inheriting the INTTabFactory and NTTabPage classes as well as using any TabControl code when you create an AddOn window.

    I have uploaded a sample AddOn in which I have commented out the necessary code and moved the LoadXaml() code which creates the Content for my window from the NTTabPage class to the NTWindow class.

    If you have any additional questions, please don't hesitate to ask.
    Attached Files

    Comment


      #3
      thanks for the quick response. however i have four different AddOns with thousands of lines all based on the NTTabPage interface.... did not want to change the entire class structure simply want to not show the tab control!

      guess i will live with what have until/unless you add a bool method to the tab manager somewhere...

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      590 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      342 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      103 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      555 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      552 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X