Putting the Silverlight Layout System to Work
Posted by: Jesse Liberty - Silverlight Geek,
on 16 Feb 2009 |
View original | Bookmarked: 0 time(s)
More: The Layout Model (Part 1)
In my previous blog entry I described the fundamentals of the Silverlight Layout System (SLS). Today, I'd like to build a simplified version of the custom Carousel control that I create in greater detail in a forthcoming video, and examine the role of the SLS in laying out and animating the objects in the Carousel.
We'll start by creating a new Silverlight solution, and immediately adding a Silverlight library (Add New Project >Silverlight Class Library)...