SilverlightShow: Using the GridSplitter control in Silverlight Comments
http://www.silverlightshow.net/
Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samplesSilverlightShow.nethttp://www.rssboard.org/rss-specificationArgotic Syndication Framework 2008.0.2.0, http://www.codeplex.com/Argoticen-USestoychev@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
FlixManuelBritoAmarantehttp://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspxFri, 27 Jan 2012 13:56:59 GMTRE: Using the GridSplitter control in SilverlightCool stuff
http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment5560
Hitesh Agjahttp://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspxTue, 22 Feb 2011 20:37:48 GMTRE: 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
Mathttp://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspxWed, 15 Sep 2010 04:12:24 GMTRE: Using the GridSplitter control in Silverlight 2Thank, this article is greate!
http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment4071
Tweekhttp://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspxTue, 27 Jul 2010 19:30:42 GMTRE: Using the GridSplitter control in Silverlight 2I'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
Keyslehttp://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspxFri, 12 Mar 2010 21:53:34 GMTRE: 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
nikolayraychevhttp://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspxThu, 11 Feb 2010 12:32:46 GMTRE: 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
Muralihttp://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspxSat, 30 Jan 2010 01:51:13 GMTRE: Using the GridSplitter control in Silverlight 2good
http://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspx#comment2797
khttp://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspxThu, 17 Dec 2009 01:38:47 GMTRE: 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
nikolayraychevhttp://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspxWed, 12 Aug 2009 17:18:15 GMTRE: 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
Riemaxihttp://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspxFri, 07 Aug 2009 11:15:50 GMTRE: 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
nikolayraychevhttp://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspxTue, 21 Apr 2009 02:58:19 GMTRE: Using the GridSplitter control in Silverlight 2I 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
Shashihttp://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspxMon, 20 Apr 2009 02:07:05 GMTRE: 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
Bobhttp://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspxWed, 10 Dec 2008 01:02:24 GMTRE: 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
Emilianohttp://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspxThu, 04 Dec 2008 08:58:26 GMTRE: 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 Kumarhttp://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspxSun, 24 Aug 2008 23:00:01 GMTRE: 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
rishuhttp://www.silverlightshow.net/items/Using-the-GridSplitter-control-in-Silverlight-2-Beta-1.aspxMon, 23 Jun 2008 04:11:08 GMT