<?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 : Hiding a Pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Hiding a Pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 21:16:31 +0000</pubDate>
  <lastBuildDate>Thu, 23 Feb 2006 11:52:35 +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=3612</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[Hiding a Pane : Well that was obvious if you read...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3612&amp;PID=11140&amp;title=hiding-a-pane#11140</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1670">John31</a><br /><strong>Subject:</strong> 3612<br /><strong>Posted:</strong> 23 February 2006 at 11:52am<br /><br /><P>Well that was obvious if you read the syntax correctly!!!!</P><P>Thanks</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 23 Feb 2006 11:52:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3612&amp;PID=11140&amp;title=hiding-a-pane#11140</guid>
  </item> 
  <item>
   <title><![CDATA[Hiding a Pane : DockingPane1.ShowPane A.Idtry...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3612&amp;PID=11139&amp;title=hiding-a-pane#11139</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3612<br /><strong>Posted:</strong> 23 February 2006 at 11:50am<br /><br />DockingPane1.ShowPane A.Id<br><br>try using the id of the pane<br>]]>
   </description>
   <pubDate>Thu, 23 Feb 2006 11:50:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3612&amp;PID=11139&amp;title=hiding-a-pane#11139</guid>
  </item> 
  <item>
   <title><![CDATA[Hiding a Pane : How do you make the pane appear...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3612&amp;PID=11138&amp;title=hiding-a-pane#11138</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1670">John31</a><br /><strong>Subject:</strong> 3612<br /><strong>Posted:</strong> 23 February 2006 at 10:15am<br /><br /><P>How do you make the pane appear again.</P><P>I am trying </P><P>DockingPane1.ShowPane A</P><P>but it has no effect.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 23 Feb 2006 10:15:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3612&amp;PID=11138&amp;title=hiding-a-pane#11138</guid>
  </item> 
  <item>
   <title><![CDATA[Hiding a Pane : To &amp;#034;minimize&amp;#034; the pane:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3612&amp;PID=10842&amp;title=hiding-a-pane#10842</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3612<br /><strong>Posted:</strong> 07 February 2006 at 7:21am<br /><br />To "minimize" the pane:<br>&nbsp;&nbsp;&nbsp; Set A = DockingPaneManager.FindPane(1)<br>&nbsp;&nbsp;&nbsp; A.Selected = True<br>&nbsp;&nbsp;&nbsp; A.Hidden = True<br><br>To "remove" the pane:<br>&nbsp;&nbsp;&nbsp; Set A = DockingPaneManager.FindPane(1)<br>&nbsp;&nbsp;&nbsp; A.Close<br>]]>
   </description>
   <pubDate>Tue, 07 Feb 2006 07:21:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3612&amp;PID=10842&amp;title=hiding-a-pane#10842</guid>
  </item> 
  <item>
   <title><![CDATA[Hiding a Pane : I&amp;#039;m attempting to hide a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3612&amp;PID=10840&amp;title=hiding-a-pane#10840</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 3612<br /><strong>Posted:</strong> 06 February 2006 at 11:39pm<br /><br /><P>I'm attempting to hide a Pane which I have some other controls on. I've tried the following:</P><P>DockingPaneManager.HidePane Pane1</P><P>Pane1.Hide = True</P><P>Pane1.Hide</P><P>None of the options truly hide the Pane. Instead, it just appears as a strip docked down the left side. I'd prefer to hide the Pane completely. Is that possible?</P>]]>
   </description>
   <pubDate>Mon, 06 Feb 2006 23:39:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3612&amp;PID=10840&amp;title=hiding-a-pane#10840</guid>
  </item> 
 </channel>
</rss>