<?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 : Finding Group Height</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : Finding Group Height]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 02:17:36 +0000</pubDate>
  <lastBuildDate>Fri, 12 May 2006 18:55:28 +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=4194</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[Finding Group Height : Hi, It is because you declare...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4194&amp;PID=12910&amp;title=finding-group-height#12910</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4194<br /><strong>Posted:</strong> 12 May 2006 at 6:55pm<br /><br /><P>Hi,</P><P>It is because you declare item as TaskPanelItem and not as TaskPanelGroupItem...</P>]]>
   </description>
   <pubDate>Fri, 12 May 2006 18:55:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4194&amp;PID=12910&amp;title=finding-group-height#12910</guid>
  </item> 
  <item>
   <title><![CDATA[Finding Group Height : Thanks. FYI the SetSize method...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4194&amp;PID=12902&amp;title=finding-group-height#12902</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1670">John31</a><br /><strong>Subject:</strong> 4194<br /><strong>Posted:</strong> 12 May 2006 at 10:48am<br /><br />Thanks.&nbsp; FYI the SetSize method does not show up in intellisense]]>
   </description>
   <pubDate>Fri, 12 May 2006 10:48:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4194&amp;PID=12902&amp;title=finding-group-height#12902</guid>
  </item> 
  <item>
   <title><![CDATA[Finding Group Height : From SymbolReference.chm:  SetSize...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4194&amp;PID=12891&amp;title=finding-group-height#12891</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4194<br /><strong>Posted:</strong> 11 May 2006 at 8:04pm<br /><br /><p>From SymbolReference.chm:</P><p>&nbsp;</P><p>SetSize Method<!--DX end --></P><DIV id=page style="PADDING-RIGHT: 20px; OVERFLOW: auto; WIDTH: 680px; TOP: 0px; HEIGHT: 525px" valign="bottom"><!--DX start ="IsNew" at="<>document.all.pagebody.className = 'newTopic'" --><!--DX end --><!--DX start ="Dei&#111;n" source="Item" at="<h4 =dxh4>$$Description$$</H4><p>%%description%%</P>" --><h4 =dxh4>Description</H4><p>The&nbsp;<strong>SetSize</strong> method sets the size (width\height)&nbsp;of the item.</P><!--DX end --><!--DX start ="Syntax" lang="VB" at="<div =Specific Name=Syntax_VB><h4 =dxh4>$$Syntax$$</H4><p>%%Syntax%%</P></DIV>" --><DIV =Specific Name="Syntax_VB"><h4 =dxh4>Syntax</H4><p><PRE =syntax lang=VB><strong>Public Sub SetSize</strong>( _&nbsp;&nbsp;&nbsp;<strong>ByVal </strong><I><A class=parameter id=cx &#111;nclick=java&#115;cript showParamBox; href="mk:@MSITStore:C:\Program%20Files\Codejock%20Software\ActiveX\Xtreme%20SuitePro%20ActiveX%202006%2030%20Day%20Trial\help\SymbolReference.chm::/XtremeTaskPanel~TaskPanelGroupItem~SetSize.html#" target="_blank"><FONT face="Courier New" color=#800080>cx</FONT></A></I></strong> <strong>As</strong> <B>Long</B>, _&nbsp;&nbsp;&nbsp;<strong>ByVal </strong><I><A class=parameter id=cy &#111;nclick=java&#115;cript showParamBox; href="mk:@MSITStore:C:\Program%20Files\Codejock%20Software\ActiveX\Xtreme%20SuitePro%20ActiveX%202006%2030%20Day%20Trial\help\SymbolReference.chm::/XtremeTaskPanel~TaskPanelGroupItem~SetSize.html#" target="_blank"><FONT face="Courier New" color=#800080>cy</FONT></A></I></strong> <strong>As</strong> <B>Long</B>, _&nbsp;&nbsp;&nbsp;<strong>ByVal </strong><I><A class=parameter id=AutoHeight &#111;nclick=java&#115;cript showParamBox; href="mk:@MSITStore:C:\Program%20Files\Codejock%20Software\ActiveX\Xtreme%20SuitePro%20ActiveX%202006%2030%20Day%20Trial\help\SymbolReference.chm::/XtremeTaskPanel~TaskPanelGroupItem~SetSize.html#" target="_blank"><FONT face="Courier New" color=#800080>AutoHeight</FONT></A></I></strong> <strong>As</strong> <B>Boolean</B> _)<strong> </strong></PRE><p></P></DIV><!--DX end --><!--DXMETADATA start type="FilteredItemList" scrap="PARAMETERS_LIST" namespace="parameter" source="Item" filter="" format="<h4 =dxh4>$$ParameterList$$</H4>%%filtereditemlist%%" --><h4 =dxh4>Parameters</H4><DL><DT><I>cx</I> <DD>New <strong>Width</strong> of the item. <DT><I>cy</I> <DD>New <strong>Height</strong> of the item. <DT><I>AutoHeight</I> <DD><p><strong>True</strong> to use the default&nbsp;height.&nbsp; The default height will be the "best fit" for the item.</P><p><strong>False</strong> to use the height specified by <A class=parameter id=Cy &#111;nclick=java&#115;cript showParamBox&#101;vent; href="mk:@MSITStore:C:\Program%20Files\Codejock%20Software\ActiveX\Xtreme%20SuitePro%20ActiveX%202006%2030%20Day%20Trial\help\SymbolReference.chm::/XtremeTaskPanel~TaskPanelGroupItem~SetSize.html#" target="_blank"><EM><FONT color=#800080>Cy</FONT></EM></A>.</strong></P></DD></DL><!--DX end --><!--DXMETADATA start type="TaggedComment" source="Item" id="##RETURNS" format="<h4 =dxh4>$$Return_Type$$</H4><p>%%comment%%</P>" --><!--DX end --><!--DXMETADATA start type="TaggedComment" source="Item" id="##REMARKS" format="<h4 =dxh4>$$Remarks$$</H4><p>%%comment%%</P>" --><!--DX end --><!--DXMETADATA start type="sourcecode" format="<h4 =dxh4>$$Source_Code$$</H4><table border=0 cellpadding=0 cellspacing=0 =sourcecode><tr><td nowrap>%%sourcecode%%</td></tr></table>" --><!--DX end --><!--DXMETADATA start type="TaggedComment" source="Item" id="##EXAMPLEINTRO" format="<h4 =dxh4>$$Example$$</H4><p>%%comment%%</P>" --><!--DX end --><!--DXMETADATA start type="FilteredItemList" scrap="INLINE_EXAMPLE" namespace="Example" source="Item" filter="type=inline" NoHeader="True" NoFooter="True"  format="%%taggedcomment:source=item,id=##EXAMPLEINTRO,blankf ormat=<h4 =dxh4>$$Example$$</H4>,format= %%%%filtereditemlist%%" --><!--DX end --><!--DXMETADATA start type="FilteredItemList" scrap="MENU_LINK" namespace="seealso" source="Item" filter="" NoHeader="True" NoFooter="True" format="<h4 =dxh4>$$See_Also$$</H4><p id=dxseealsoc&#111;ntent>%%filtereditemlist%%</P>" --><h4 =dxh4>See Also</H4><p id=dxseealsoc&#111;ntent><A href="mk:@MSITStore:C:\Program%20Files\Codejock%20Software\ActiveX\Xtreme%20SuitePro%20ActiveX%202006%2030%20Day%20Trial\help\SymbolReference.chm::/XtremeTaskPanel~TaskPanelGroupItem.html" target="_blank">TaskPanelGroupItem Object</A> </P></DIV>]]>
   </description>
   <pubDate>Thu, 11 May 2006 20:04:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4194&amp;PID=12891&amp;title=finding-group-height#12891</guid>
  </item> 
  <item>
   <title><![CDATA[Finding Group Height : That worked. Be nice to have this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4194&amp;PID=12890&amp;title=finding-group-height#12890</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1670">John31</a><br /><strong>Subject:</strong> 4194<br /><strong>Posted:</strong> 11 May 2006 at 6:04pm<br /><br /><P>That worked.&nbsp; Be nice to have this documented somewhere!!!!</P>]]>
   </description>
   <pubDate>Thu, 11 May 2006 18:04:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4194&amp;PID=12890&amp;title=finding-group-height#12890</guid>
  </item> 
  <item>
   <title><![CDATA[Finding Group Height : Hello, In some old version was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4194&amp;PID=12886&amp;title=finding-group-height#12886</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4194<br /><strong>Posted:</strong> 11 May 2006 at 5:00pm<br /><br /><P>Hello,</P><P>In some old version was added AutoHeight parameter to fit height:</P><P>call</P><P>Item.SetSize x, 0, <strong>True</strong></P>]]>
   </description>
   <pubDate>Thu, 11 May 2006 17:00:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4194&amp;PID=12886&amp;title=finding-group-height#12886</guid>
  </item> 
  <item>
   <title><![CDATA[Finding Group Height : Is there a way to get the group...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4194&amp;PID=12878&amp;title=finding-group-height#12878</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1670">John31</a><br /><strong>Subject:</strong> 4194<br /><strong>Posted:</strong> 11 May 2006 at 9:13am<br /><br /><P>Is there a way to get the group height when expanded.&nbsp; If you look at the attached screen shot I need to know the height of the Emergency Tickets Group when expanded so I can adjust the height of the Item Control.&nbsp; Is this possible?</P><P><IMG src="uploads/John31/2006-05-11_091305_TP.JPG" border="0"></P>]]>
   </description>
   <pubDate>Thu, 11 May 2006 09:13:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4194&amp;PID=12878&amp;title=finding-group-height#12878</guid>
  </item> 
 </channel>
</rss>