<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Add Multiple Tabs to a Dockable Window in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9286699#M67144</link>
    <description>&lt;P&gt;you can create a dockable window for each of them.&lt;/P&gt;
&lt;P&gt;1 for the one&lt;/P&gt;
&lt;P&gt;1 for the other.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2020 20:50:41 GMT</pubDate>
    <dc:creator>bradeneuropeArthur</dc:creator>
    <dc:date>2020-01-30T20:50:41Z</dc:date>
    <item>
      <title>How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9286643#M67143</link>
      <description>&lt;P&gt;More detail in the picture below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if it is possible to attach multiple tabs to a single Dockable Window. For my use, I am getting multiple txt files which I would like to have separate, however having a separate window for each txt file will quickly clutter the screen. Is it possible to group all of them into one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(In the picture below, I am essentially looking to create "tab_2", "tab_3", etc.&amp;nbsp; all within the same Dockable Window)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="multiple_tabs.png" style="width: 785px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/723959i977388267AD00677/image-size/large?v=v2&amp;amp;px=999" role="button" title="multiple_tabs.png" alt="multiple_tabs.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 20:27:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9286643#M67143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-30T20:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9286699#M67144</link>
      <description>&lt;P&gt;you can create a dockable window for each of them.&lt;/P&gt;
&lt;P&gt;1 for the one&lt;/P&gt;
&lt;P&gt;1 for the other.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 20:50:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9286699#M67144</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-01-30T20:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9286703#M67145</link>
      <description>&lt;P&gt;Or you can add a user control with tabs to the Dockable window of course.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regrads&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 20:52:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9286703#M67145</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-01-30T20:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9286780#M67146</link>
      <description>&lt;P&gt;Of course, but this doesn't solve my problem. I want to avoid clutter, as I stated in the original post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Say I have just 4 windows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="multiple_tabs_2.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/723981i24D96E63688EA5FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="multiple_tabs_2.png" alt="multiple_tabs_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now what happens if I have more? The part will barely be seen. I would like to group them into ONE dockable window, as stated.&lt;BR /&gt;&lt;BR /&gt;To answer your post below, I want to know if this is possible within the Inventor API and not Win Forms, for cleanliness. The Inventor window already looks like it has space for more tabs so I would like to keep the interaction up there, and not create essentially 2 headers - one from Inventor (the "1", "2", etc above) and one from Win Forms (more tabs).&amp;nbsp;&lt;BR /&gt;If that's the route I have to go then I will, but for now I would like to know if it's possible to group them within Inventor.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 21:28:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9286780#M67146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-30T21:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9286788#M67147</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/473476"&gt;@bradeneuropeArthur&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take a look at the picture below. I see it is possible with the mouse to accomplish this. So I am wondering if I can do this with code.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="multiple_tabs_3.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/723983i02679A5D380DE052/image-size/large?v=v2&amp;amp;px=999" role="button" title="multiple_tabs_3.png" alt="multiple_tabs_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 21:32:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9286788#M67147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-30T21:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9286943#M67148</link>
      <description>&lt;OL&gt;
&lt;LI&gt;For inventor you can only add one control to a dockable window.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;The picture shows separate dockable windows but stacked...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is possible of course!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 22:46:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9286943#M67148</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-01-30T22:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9288343#M67149</link>
      <description>&lt;P&gt;Oh ok! I read that, but I originally took it to mean one control per tab - (this is not very clear: for example, in the picture above, I have one textbox per dockable window, so I took it to mean I cannot have two textboxes within that same window).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is it possible to stack those&amp;nbsp;&lt;EM&gt;separate&lt;/EM&gt; dockable windows through the API?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 14:09:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9288343#M67149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-31T14:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9288366#M67150</link>
      <description>&lt;P&gt;You can have more then one textboxes in a dockable window, sure.&lt;/P&gt;
&lt;P&gt;You can only have on Control in the Dockable window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add one User-control/or Win-Form to the Dockable window.&lt;/P&gt;
&lt;P&gt;And add as many textboxes as you need.&lt;/P&gt;
&lt;P&gt;As already noticed earlier, you can also add a tab for each Textbox as you may prefer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 14:15:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9288366#M67150</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-01-31T14:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9291909#M67151</link>
      <description>&lt;P&gt;Hi Philip,&lt;/P&gt;&lt;P&gt;we add tabs on dockable windows with DockableWindow.AddChild method.&amp;nbsp; I tried a few moths ago add more then one User Control in single dockable window. But we cant add more then one child for a dockable window. And Inventor API help says,&lt;/P&gt;&lt;P&gt;"Method that adds a dialog or a control to the dockable window. Currently, you can only add a single child to a dockable&amp;nbsp;window. So this method returns a failure if the dockable window already has a child. It is the responsibility of the client to destroy the dialog/control as and when appropriate."&lt;BR /&gt;So I think that's the reason why you cant do that...&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 07:49:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9291909#M67151</guid>
      <dc:creator>Dev_rim</dc:creator>
      <dc:date>2020-02-03T07:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9292337#M67152</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only option is to add Tabs to your User Control.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tabss.JPG" style="width: 331px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/725115iDA5870AF84AF6477/image-size/large?v=v2&amp;amp;px=999" role="button" title="Tabss.JPG" alt="Tabss.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And then add your textboxes to these tabs.......&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 11:50:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9292337#M67152</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-02-03T11:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9292344#M67153</link>
      <description>&lt;P&gt;You're right. Also we can close title bar of dockable window.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;oDockableWindow.ShowTitleBar = False&lt;/PRE&gt;&lt;P&gt;For better view...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 11:56:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9292344#M67153</guid>
      <dc:creator>Dev_rim</dc:creator>
      <dc:date>2020-02-03T11:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9292778#M67154</link>
      <description>&lt;P&gt;Thank you for all the replies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I recall reading this in the API, only one child per dockable window. However now, strangely, since I have grouped the tabs together by mouse (as in my last picture), now every time I run the program, all the output is grouped into a single dockable window. Maybe it goes with the last used configuration? I'm not sure. But now, by accident, I am getting the desired behaviour, at least on my local machine.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 14:42:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9292778#M67154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-03T14:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9292996#M67155</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you see now is multiple Dockable Windows.&lt;/P&gt;
&lt;P&gt;But these Dockable Windows are stacked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are mis-interpreting the situation on the screen, I think&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 15:49:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9292996#M67155</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-02-03T15:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9293021#M67156</link>
      <description>&lt;P&gt;I see, I am just using the wrong terminology. Thanks for clearing that up.&lt;/P&gt;&lt;P&gt;Therefore, rephrased: I actually don't care about having a single dockable window, but having each window I create&amp;nbsp;&lt;EM&gt;stacked together&lt;/EM&gt;. Is it possible to do this consistently through Inventor?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The program doesn't seem to care now whether I use kDockLastKnown or kDockLeft as the docking state - in each case they are grouped together. I guess now I am wondering how to make it so that they are un-grouped; &lt;STRONG&gt;I just want to know how to control the stacking myself without using the mouse&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 15:58:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9293021#M67156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-03T15:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9293032#M67157</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do I understand correct:&lt;/P&gt;
&lt;P&gt;You need a code that stacks and a code that un-stacks the Dockable Windows?&lt;/P&gt;
&lt;P&gt;Creating the Dockable windows is not the issue for you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 16:02:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9293032#M67157</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-02-03T16:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9293038#M67158</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/473476"&gt;@bradeneuropeArthur&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes! This exactly.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 16:03:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9293038#M67158</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-03T16:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9301308#M67159</link>
      <description>&lt;P&gt;(bump for visibility)&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 16:13:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9301308#M67159</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-06T16:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9301949#M67160</link>
      <description>&lt;P&gt;Maybe this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; For Each d As Inventor.DockableWindow In m_inventorApplication.ActiveView
                d.Width = 0
 Next&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Feb 2020 21:19:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/9301949#M67160</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2020-02-06T21:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/10993757#M67161</link>
      <description>&lt;P&gt;Does anyone now if in Inventor 2022 you can stack dockablewindows (by code) already?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 13:01:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/10993757#M67161</guid>
      <dc:creator>julian_sol</dc:creator>
      <dc:date>2022-03-09T13:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add Multiple Tabs to a Dockable Window</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/11065835#M67162</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The answer is maybe yes, but it can be extremely buggy/inconsistent because it was implemented poorly... You may be able to achieve what you want, but it may take a lot of trial and error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See GetDockingState/SetDockingState of the DockableWindow object.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-BBE4333E-494C-463E-BD49-DD7298C4834D" target="_blank"&gt;https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-BBE4333E-494C-463E-BD49-DD7298C4834D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example picture from my testing last year where it was creating ghost windows. Moving viewframe tabs around has similar issues.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ggeorgiades_0-1648477298651.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1047035iA33131D6E07C6B5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ggeorgiades_0-1648477298651.png" alt="ggeorgiades_0-1648477298651.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 14:26:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-add-multiple-tabs-to-a-dockable-window/m-p/11065835#M67162</guid>
      <dc:creator>g.georgiades</dc:creator>
      <dc:date>2022-03-28T14:26:48Z</dc:date>
    </item>
  </channel>
</rss>

