Browse by Tags
All Tags »
Custom Panels (
RSS)
This is Part 4 of my series of posts dedicated to creating an animating and virtualizing WrapPanel for Silverlight. If you missed the previous posts, I suggest you take a look. Virtualization “Virtualization” – does anyone know what that means? I imagine...
This is Part 3 of my series of posts dedicated to creating an animating and virtualizing WrapPanel for Silverlight. If you missed the previous posts, I suggest you take a look. Setup NumberBox Animation Let’s make this easy on ourselves by having the...
This is Part 2 of my series of posts dedicated to creating an animating and virtualizing WrapPanel for Silverlight. If you missed the Introduction or Part 1 I suggest you take a look. Setup WrapPanel We’ve already created the WrapPanel class in Part 1...
This is Part 1 of my series of posts dedicated to creating an animating and virtualizing WrapPanel for Silverlight. If you missed the Introduction I suggest you take a look. Before we write any code for our custom panel we have to decide what the layout...
One of the most important concepts in UI design is the ability to organize your UI however you want. The framework panels all have their uses, but don’t allow the type of customization that is sometimes required. In order to create your own panels there...