<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Silverlight Controls and Silverlight Toolkit</title><link>http://forums.silverlight.net/forums/35.aspx</link><description>Discussions around using and developing Silverlight controls and the Silverlight Toolkit</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Re: Grid Resizing: Can grid height increase automatically as new components are added to it?</title><link>http://forums.silverlight.net/forums/thread/84928.aspx</link><pubDate>Fri, 29 Aug 2008 06:42:27 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:84928</guid><dc:creator>simbuaarumugam</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/84928.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=84928</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;sure you will achieve your requirements by using story board .. when you added new Textblock or textbox etc .. must write storyboad &lt;/p&gt;&lt;p&gt;in that stroyboard metion &lt;/p&gt;&lt;p&gt;grid row definition column&amp;nbsp; definition where we can place user controls &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Grid Resizing: Can grid height increase automatically as new components are added to it?</title><link>http://forums.silverlight.net/forums/thread/84923.aspx</link><pubDate>Fri, 29 Aug 2008 06:25:07 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:84923</guid><dc:creator>Yi-Lun Luo - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/84923.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=84923</wfw:commentRss><description>&lt;p&gt;Hello, generally speaking, you should avoid setting explicit size on Grid. If you remove the Width=&amp;quot;something&amp;quot; and Height=&amp;quot;something&amp;quot;, the Grid will automatically adjust its size. This, however, may cause some problems in design time. So you can use the Design Time Size feature, which doesn&amp;#39;t affect runtime. Have a look at this screenshot:&lt;/p&gt;
&lt;p&gt;&lt;img title="Design Time Resize" alt="Design Time Resize" align="middle" src="http://pwuqna.bay.livefilestore.com/y1pWdPBlujbQonspLFu4vV_Fw1ojCmNV3IIr0dTEX_Fx__6IWwEtROd-3_EEi61F4jIa2kzyqfKbsM/Design%2520Time%2520Resize.png" width="559" height="448" /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The markup generated looks like this:&lt;/p&gt;
&lt;p&gt;xmlns:d=&amp;quot;http://schemas.microsoft.com/expression/blend/2008&amp;quot; xmlns:mc=&amp;quot;http://schemas.openxmlformats.org/markup-compatibility/2006&amp;quot; mc:Ignorable=&amp;quot;d&amp;quot; d:DesignWidth=&amp;quot;247&amp;quot; d:DesignHeight=&amp;quot;236&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Note the d:DesignWidth/Height properties. They don&amp;#39;t affect runtime. As long as your Grid doesn&amp;#39;t have Width/Height property, it will automatically resized along with the browser.&lt;/p&gt;</description></item><item><title>Re: Re: Grid Resizing: Can grid height increase automatically as new components are added to it?</title><link>http://forums.silverlight.net/forums/thread/84265.aspx</link><pubDate>Wed, 27 Aug 2008 09:46:53 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:84265</guid><dc:creator>Whitewing_s</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/84265.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=84265</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Say that the height of the layoutroot is 480.. I tried to embed 5 grids each of height 150&amp;nbsp;stacked vertically(&amp;nbsp;i.e in each row of the base grid).. Going by this 1 grid will lie outside the layoutroot.. My question is that how i can accomodate the 5th grid in layout root...?&lt;/p&gt;
&lt;p&gt;In this context can u have a grid resized in height according to the number of components added to it.&lt;/p&gt;
&lt;p&gt;I think giving * for row definition only divides the space within the grid according to the&amp;nbsp;percentage..&lt;/p&gt;
&lt;p&gt;What i need is to resize the height of the grid as i add components to it..&lt;/p&gt;</description></item><item><title>Re: Grid Resizing: Can grid height increase automatically as new components are added to it?</title><link>http://forums.silverlight.net/forums/thread/84250.aspx</link><pubDate>Wed, 27 Aug 2008 09:14:43 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:84250</guid><dc:creator>texmex5</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/84250.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=84250</wfw:commentRss><description>&lt;p&gt;The height of what?&lt;/p&gt;&lt;p&gt;Just incase:&lt;/p&gt;&lt;p&gt;The grid can have dynamic height, width:&lt;/p&gt;&lt;p&gt;&amp;lt;Grid.RowDefinitions&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;lt;RowDefinition Height=&amp;quot;0.3*&amp;quot;/&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;RowDefinition Height=&amp;quot;30&amp;quot;/&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;lt;/Grid.RowDefinitions&amp;gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;the 0.3* means 30% of the height the grid has&lt;br /&gt;&lt;/p&gt;&lt;p&gt;30 means 30 pixels&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;hope this helps :) &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Grid Resizing: Can grid height increase automatically as new components are added to it?</title><link>http://forums.silverlight.net/forums/thread/84235.aspx</link><pubDate>Wed, 27 Aug 2008 08:38:12 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:84235</guid><dc:creator>Whitewing_s</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/84235.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=35&amp;PostID=84235</wfw:commentRss><description>&lt;p&gt;Is it possible in Expression Blend that whenever any component( Grid, textbox, textblock etc. ) is added to a grid, the height increases automatically?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>