Like pancakes...

the random ramblings begin...
in

Browse by Tags

All Tags » Custom Panels (RSS)
Custom Panels in Silverlight/WPF Part 4: Virtualization
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...
Custom Panels in Silverlight/WPF Part 3: Animation
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...
Custom Panels in Silverlight/WPF Part 2: ArrangeOverride
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...
Custom Panels in Silverlight/WPF Part 1: MeasureOverride
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...
Custom Panels in Silverlight/WPF: Introduction
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...