SilverlightShow: Tip: How to add control into a specific cell of a Grid control? 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: Tip: How to add control into a specific cell of a Grid control? <p>10x, you are absolutely right! We will update the tip. :)</p> http://www.silverlightshow.net/items/How-to-add-control-into-a-specific-cell-of-a-Grid-control.aspx#comment359 iiordanov http://www.silverlightshow.net/items/How-to-add-control-into-a-specific-cell-of-a-Grid-control.aspx Thu, 04 Sep 2008 07:43:17 GMT RE: Tip: How to add control into a specific cell of a Grid control? <p>Also I have to add a that you must also add the following line  just before SetValue(...)</p> <p>MyGrid.Children.Add(MyButton);</p> <p>Cheers!</p> <p> </p> http://www.silverlightshow.net/items/How-to-add-control-into-a-specific-cell-of-a-Grid-control.aspx#comment358 Enver http://www.silverlightshow.net/items/How-to-add-control-into-a-specific-cell-of-a-Grid-control.aspx Thu, 04 Sep 2008 07:35:09 GMT RE: Tip: How to add control into a specific cell of a Grid control? <p>Cheers, that answers my query!</p> http://www.silverlightshow.net/items/How-to-add-control-into-a-specific-cell-of-a-Grid-control.aspx#comment357 Enver http://www.silverlightshow.net/items/How-to-add-control-into-a-specific-cell-of-a-Grid-control.aspx Thu, 04 Sep 2008 06:32:34 GMT RE: How to add control into a specific cell of a Grid control? <p>Hi Enver,</p> <p>The tip was updated with the C# code that allows you to do the same.</p> http://www.silverlightshow.net/items/How-to-add-control-into-a-specific-cell-of-a-Grid-control.aspx#comment356 iiordanov http://www.silverlightshow.net/items/How-to-add-control-into-a-specific-cell-of-a-Grid-control.aspx Wed, 03 Sep 2008 07:58:07 GMT RE: How to add control into a specific cell of a Grid control? <p> Could you show us how to do the same in code!</p> http://www.silverlightshow.net/items/How-to-add-control-into-a-specific-cell-of-a-Grid-control.aspx#comment355 Enver http://www.silverlightshow.net/items/How-to-add-control-into-a-specific-cell-of-a-Grid-control.aspx Wed, 03 Sep 2008 03:55:07 GMT