<?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 : Grid Row Height &quot;Auto&quot; and &quot;*&quot;</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : XAML Snippets : Grid Row Height &quot;Auto&quot; and &quot;*&quot;]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 23:50:42 +0000</pubDate>
  <lastBuildDate>Mon, 07 Sep 2009 13:25:21 +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=15105</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[Grid Row Height &quot;Auto&quot; and &quot;*&quot; : I found a simple solution Dim...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15105&amp;PID=52852&amp;title=grid-row-height-auto-and#52852</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5065">gibrael</a><br /><strong>Subject:</strong> 15105<br /><strong>Posted:</strong> 07 September 2009 at 1:25pm<br /><br />I found a simple solution<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Dim g as MarkUpGrid<br><br>'context is markupcontext of markuplabel<br>Set g = context.parse("&lt;Grid&gt;&lt;RowDefinitions&gt;&lt;RowDefinition Height='Auto' /&gt;&lt;RowDefinition Height='*' /&gt;&lt;/RowDefinitions&gt;&lt;/Grid&gt;")<br><br></pre></td></tr></table><br><br>I couldn't find a way around, but this is better than nothing. Thanks.<br>]]>
   </description>
   <pubDate>Mon, 07 Sep 2009 13:25:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15105&amp;PID=52852&amp;title=grid-row-height-auto-and#52852</guid>
  </item> 
  <item>
   <title><![CDATA[Grid Row Height &quot;Auto&quot; and &quot;*&quot; :  Hi,How can I set the Row Height...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15105&amp;PID=52694&amp;title=grid-row-height-auto-and#52694</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5065">gibrael</a><br /><strong>Subject:</strong> 15105<br /><strong>Posted:</strong> 02 September 2009 at 1:26pm<br /><br />Hi,<br><br>How can I set the Row Height of a grid to Auto or * in VB6?<br><br>I tried:<br><table width="99%"><tr><td><pre class="BBcode"><br>Dim RowDef1 as MarkUpRowDefinition<br>Dim RowDef2 as MarkUpRowDefinition<br><br>'context is markupcontext of markuplabel<br>Set RowDef1 = context.Parse("&lt;RowDefinition Height='Auto' /&gt;")<br>Set RowDef2 = context.Parse("&lt;RowDefinition Height='*' /&gt;")<br><br></pre></td></tr></table><br><br>but it does not work. Any ideas? Thanks to anyone in advance. :)<br><br><br>]]>
   </description>
   <pubDate>Wed, 02 Sep 2009 13:26:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15105&amp;PID=52694&amp;title=grid-row-height-auto-and#52694</guid>
  </item> 
 </channel>
</rss>