Visual Studio 2010 - WPF / Silverlight and built-in Grid - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T02:58:29Z http://stackoverflow.com/feeds/question/484268 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/484268/visual-studio-2010-wpf-silverlight-and-built-in-grid 3 Visual Studio 2010 - WPF / Silverlight and built-in Grid tyndall 2009-01-27T17:09:30Z 2009-05-28T12:09:40Z <p>I haven't had a chance to look at VS2010. Is there a built-in Microsoft Grid for WPF or Silverlight yet?</p> http://stackoverflow.com/questions/484268/visual-studio-2010-wpf-silverlight-and-built-in-grid/484308#484308 6 Answer by Dustin Brooks for Visual Studio 2010 - WPF / Silverlight and built-in Grid Dustin Brooks 2009-01-27T17:17:59Z 2009-01-27T17:56:45Z <p>A WPF grid is already available with the <a href="http://www.codeplex.com/wpf/Release/ProjectReleases.aspx?ReleaseId=15598" rel="nofollow">WPF Toolkit - October 2008 Release</a> and will be included in VS 2010, or some version of it anyway.</p> <p>There was a <a href="http://blogs.msdn.com/scmorris/archive/2008/10/14/silverlight-2-datagrid-is-released.aspx" rel="nofollow">Silverlight Grid released back in October</a>. There are some links and such to get it to show up in Expression Blend too. One has to assume it will also be included in the new IDEs as well.</p> http://stackoverflow.com/questions/484268/visual-studio-2010-wpf-silverlight-and-built-in-grid/484347#484347 4 Answer by texmex5 for Visual Studio 2010 - WPF / Silverlight and built-in Grid texmex5 2009-01-27T17:25:57Z 2009-05-28T12:09:40Z <p>There is a Grid control in Silverlight 2</p> <p><a href="http://msdn.microsoft.com/en-us/library/system.windows.controls.grid%28VS.95%29.aspx" rel="nofollow">Grid control documentation in MSDN</a> </p> http://stackoverflow.com/questions/484268/visual-studio-2010-wpf-silverlight-and-built-in-grid/488245#488245 1 Answer by Jared Bienz - MSFT for Visual Studio 2010 - WPF / Silverlight and built-in Grid Jared Bienz - MSFT 2009-01-28T16:18:12Z 2009-01-28T16:18:12Z <p>Please keep in mind that the current Visual Studio 2010 release is a CTP (or Community Technology Preview). Many of the features aren’t there yet like the new WPF shell. In fact the only way to run it is through a VPC image. Just keep an eye out for the beta to get a better feel, but to answer your question, yes a Grid should be part of the core package. As others have pointed out, the WPF and Silverlight toolkits have versions today and you can get the source too.</p>