SilverlightShow: Using the GridSplitter control in Silverlight Comments http://www.silverlightshow.net/ Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samples SilverlightShow.net http://www.rssboard.org/rss-specification Argotic Syndication Framework 2008.0.2.0, http://www.codeplex.com/Argotic en-US estoychev@completit.com (Emil Stoychev) Re: Using the GridSplitter control in Silverlight <p>Thank you very much helped me a lot.</p> http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment7444 FlixManuelBritoAmarante http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx Fri, 27 Jan 2012 13:56:59 GMT RE: Using the GridSplitter control in Silverlight Cool stuff http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment5560 Hitesh Agja http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx Tue, 22 Feb 2011 20:37:48 GMT RE: Using the GridSplitter control in Silverlight 2 <p>thanks good tutorial.</p> http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment4472 Mat http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx Wed, 15 Sep 2010 04:12:24 GMT RE: Using the GridSplitter control in Silverlight 2 Thank, this article is greate! http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment4071 Tweek http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx Tue, 27 Jul 2010 19:30:42 GMT RE: Using the GridSplitter control in Silverlight 2 I'm confused. <div>I've tried including this in my xmnls but it fails everytime</div> <div>can someone link me to the proper download?</div> http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment3214 Keysle http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx Fri, 12 Mar 2010 21:53:34 GMT RE: Using the GridSplitter control in Silverlight 2 <p>Hi Murali,</p> <p>here is your solution:</p> <div class="reCodeBlock" style="border: #7f9db9 1px solid; overflow-y: auto;"> <div style="background-color: #fff;"><span style="margin-left: 0px !important;"><code style="color: #000;"><</code><code style="color: #069; font-weight: bold;">Grid</code> <code style="color: #808080;">x:Name</code><code style="color: #000;">=</code><code style="color: blue;">"LayoutRoot"</code><code style="color: #000;">> </code></span></div> <div style="background-color: #f8f8f8;"><span><code>    </code><span style="margin-left: 12px !important;"><code style="color: #000;"><</code><code style="color: #069; font-weight: bold;">Grid.RowDefinitions</code><code style="color: #000;">> </code></span></span></div> <div style="background-color: #fff;"><span><code>        </code><span style="margin-left: 24px !important;"><code style="color: #000;"><</code><code style="color: #069; font-weight: bold;">RowDefinition</code> <code style="color: #808080;">Height</code><code style="color: #000;">=</code><code style="color: blue;">"6*"</code> <code style="color: #000;">/> </code></span></span></div> <div style="background-color: #f8f8f8;"><span><code>        </code><span style="margin-left: 24px !important;"><code style="color: #000;"><</code><code style="color: #069; font-weight: bold;">RowDefinition</code> <code style="color: #808080;">Height</code><code style="color: #000;">=</code><code style="color: blue;">"Auto"</code> <code style="color: #000;">/> </code></span></span></div> <div style="background-color: #fff;"><span><code>        </code><span style="margin-left: 24px !important;"><code style="color: #000;"><</code><code style="color: #069; font-weight: bold;">RowDefinition</code>  <code style="color: #808080;">Height</code><code style="color: #000;">=</code><code style="color: blue;">"4*"</code><code style="color: #000;">/> </code></span></span></div> <div style="background-color: #f8f8f8;"><span><code>    </code><span style="margin-left: 12px !important;"><code style="color: #000;"></</code><code style="color: #069; font-weight: bold;">Grid.RowDefinitions</code><code style="color: #000;">> </code></span></span></div> <div style="background-color: #fff;"><span><code>    </code><span style="margin-left: 12px !important;"><code style="color: #000;"><</code><code style="color: #069; font-weight: bold;">controls:GridSplitter</code> </span></span></div> <div style="background-color: #f8f8f8;"><span><code>        </code><span style="margin-left: 24px !important;"><code style="color: #808080;">Grid.Row</code><code style="color: #000;">=</code><code style="color: blue;">"1"</code> </span></span></div> <div style="background-color: #fff;"><span><code>        </code><span style="margin-left: 24px !important;"><code style="color: #808080;">Height</code><code style="color: #000;">=</code><code style="color: blue;">"5"</code> <code style="color: #808080;">Background</code><code style="color: #000;">=</code><code style="color: blue;">"Black"</code></span></span></div> <div style="background-color: #f8f8f8;"><span><code>        </code><span style="margin-left: 24px !important;"><code style="color: #808080;">VerticalAlignment</code><code style="color: #000;">=</code><code style="color: blue;">"Center"</code> <code style="color: #808080;">HorizontalAlignment</code><code style="color: #000;">=</code><code style="color: blue;">"Stretch"</code><code style="color: #000;">> </code></span></span></div> <div style="background-color: #fff;"><span><code>    </code><span style="margin-left: 12px !important;"><code style="color: #000;"></</code><code style="color: #069; font-weight: bold;">controls:GridSplitter</code><code style="color: #000;">> </code></span></span></div> <div style="background-color: #f8f8f8;"><span style="margin-left: 0px !important;"><code style="color: #000;"></</code><code style="color: #069; font-weight: bold;">Grid</code><code style="color: #000;">></code></span></div> </div> http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment3065 nikolayraychev http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx Thu, 11 Feb 2010 12:32:46 GMT RE: Using the GridSplitter control in Silverlight 2 <p>Is there a way we can set the horizontal split  to be 60% top and 40% bottom with setting the controls height. That way the no matter what the size of the screen is the bottom part is lower than the upper part and the control in those stretch to fill in.</p> <p>Thanks in advance.</p> <p> </p> http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment3018 Murali http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx Sat, 30 Jan 2010 01:51:13 GMT RE: Using the GridSplitter control in Silverlight 2 good http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment2797 k http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx Thu, 17 Dec 2009 01:38:47 GMT RE: Using the GridSplitter control in Silverlight 2 <p>Hi <span id="ctl00_cphMiddle_ContentPlaceHolderContent_itemComments_dlstComments_ctl12_lblCommentAuthor">Riemaxi</span>,</p> <p>I don't see where is the problem using a control in the Left/Right or Up/Down cells of the Grid. Could you please specify what control you are using or give more detailed example. </p> <p>Thanks.</p> http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment2234 nikolayraychev http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx Wed, 12 Aug 2009 17:18:15 GMT RE: Using the GridSplitter control in Silverlight 2 <p>Hi</p> <p> </p> <p>This example is not using any UserControl as Left/Right or Up/Down component. When I use it, it just wont work.</p> <p>When I move the splitter the left component wont resize.</p> http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment2213 Riemaxi http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx Fri, 07 Aug 2009 11:15:50 GMT RE: Using the GridSplitter control in Silverlight 2 <strong>Shashi</strong>, can you post the part of the XAML where your <em>Grid</em> with the <em>GridSplitter</em> is and I'll try to help you. http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment1494 nikolayraychev http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx Tue, 21 Apr 2009 02:58:19 GMT RE: Using the GridSplitter control in Silverlight 2 I my case splitter is not mooving.what may be the reason? http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment1491 Shashi http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx Mon, 20 Apr 2009 02:07:05 GMT RE: Using the GridSplitter control in Silverlight 2 <p>What seems a bit gay is that once you move the grid splitter, the bar becomes blue when it's a horizontal splitter. Perhaps a change of default style would fix that, but it's not a good behavior.</p> http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment809 Bob http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx Wed, 10 Dec 2008 01:02:24 GMT RE: Using the GridSplitter control in Silverlight 2 <p>Do you have any idea how to make it work without writing code? I mean, in Blend's designer mode.</p> <p>Thanks.</p> <p> </p> http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment796 Emiliano http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx Thu, 04 Dec 2008 08:58:26 GMT RE: Using the GridSplitter control in Silverlight 2 <p>Good Article, Concise and to the point</p> http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment322 Saket Kumar http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx Sun, 24 Aug 2008 23:00:01 GMT RE: Using the GridSplitter control in Silverlight 2 <p>Thanks for a nice post , explaing the things in very easy way.</p> http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment189 rishu http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx Mon, 23 Jun 2008 04:11:08 GMT