Silverlight 4 Firestarter Series #3: How to work with Panels, XAML, and Controls in Silverlight
Posted by: The Visual Basic Team,
on 21 Apr 2011 |
View original | Bookmarked: 0 time(s)
I am back with details on how to work with Panels, XAML, and Controls in Silverlight. In this walkthrough, we will see how to work with Panels, XAML, and Controls to create a Data-Driven Silverlight Interface.
During this walkthrough we will cover the following topics:
How to use the Visual Studio 2010 Silverlight Designer, Cider
How to work with XAML, Panels, and Controls
The difference between a Grid and a StackPanel
How to add controls and XML Namespaces
How to create a UserControl
Before...