<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Can I hide a tab in the workspace?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Can I hide a tab in the workspace?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 17:09:37 +0000</pubDate>
  <lastBuildDate>Sat, 11 Jun 2011 23:50:22 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=18530</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Can I hide a tab in the workspace? : I have resolved this by putting...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18530&amp;PID=64866&amp;title=can-i-hide-a-tab-in-the-workspace#64866</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3873">RedFin</a><br /><strong>Subject:</strong> 18530<br /><strong>Posted:</strong> 11 June 2011 at 11:50pm<br /><br />I have resolved this by putting the treeview control in the "client" area of the tab workspace.]]>
   </description>
   <pubDate>Sat, 11 Jun 2011 23:50:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18530&amp;PID=64866&amp;title=can-i-hide-a-tab-in-the-workspace#64866</guid>
  </item> 
  <item>
   <title><![CDATA[Can I hide a tab in the workspace? : Hi,  I have created this form...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18530&amp;PID=64855&amp;title=can-i-hide-a-tab-in-the-workspace#64855</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3873">RedFin</a><br /><strong>Subject:</strong> 18530<br /><strong>Posted:</strong> 10 June 2011 at 3:23am<br /><br /><p>Hi,</p><p>I have created this form -</p><p><img src="uploads/3873/ExtraWorkspaceTab.PNG" height="206" width="857" border="0" /></p><p>The treeview on the left is in the first pane. When an item in the treeview is clicked, a new pane is created and attached, and a control is dynamically loaded into the new pane -</p><p>'Increment counter<br>&nbsp;       &nbsp; &nbsp; mlQueryCount = mlQueryCount + 1</p><p>        'Create new pane and attach it<br>&nbsp;       &nbsp; &nbsp; Set pneLast = DockingPane1.Panes(DockingPane1.PanesCount)<br>        &nbsp;       &nbsp; &nbsp; Set pneNew = DockingPane1.CreatePane(mlQueryCount, Me.ScaleWidth, Me.ScaleHeight, &nbsp;       &nbsp; &nbsp; &nbsp;
&nbsp;      &nbsp;DockRightOf, pneLast)<br>&nbsp;       &nbsp; &nbsp; DockingPane1.AttachPane pneNew, pneLast<br>    <br>    'after the first one, we need to instantiate a new control<br>        &nbsp;       &nbsp; &nbsp; If mlQueryCount &gt; 1 Then Load ucQuery(mlQueryCount)<br>    <br>    'make the query control visible<br>        &nbsp;       &nbsp; &nbsp; ucQuery(mlQueryCount).Visible = True<br><br>    'attach the query to the new docking pane<br>&nbsp;       &nbsp; &nbsp; pneNew.Title = Node.Text<br>        &nbsp;       &nbsp; &nbsp; pneNew.SetHandle ucQuery(mlQueryCount).hwnd<br><br></p><p>It all works fine except for the blank tab at the left hand end. &nbsp;I am assuming this tab is there for the first pane (ie. the treeview). &nbsp;Does anyone have an idea of how I can make the tab invisible (without making the treeview invisible of course)....or, should I be approaching this differently.</p><p><br></p><p>Thanks,</p><p>Rohan</p><p><br></p>]]>
   </description>
   <pubDate>Fri, 10 Jun 2011 03:23:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18530&amp;PID=64855&amp;title=can-i-hide-a-tab-in-the-workspace#64855</guid>
  </item> 
 </channel>
</rss>