Search Results

0
votes

WPF Grid vs Stackpanel

I think the Grid is a better idea. I usually set up the general layout with a Grid and use a few stackpanels here and there to do some specific stuff. I also have a feeling that performance is bett …
1
vote

How do you learn WPF and Silverlight?

I think that Expression Blend is an important tool when starting out with Silverlight as the xaml writing doesn't come easy in the beginning and you have to concentrate more on the xaml errors than …
4
votes

Visual Studio 2010 - WPF / Silverlight and built-in Grid

There is a Grid control in Silverlight 2 Grid control documentation in MSDN …