WPF Soup To Nuts: Custom Panel Layout

We're coming down to the wire with Part 17 of my 18 part webcast series on Windows Presentation Foundation.  In Today's WPF Soup To Nuts webcast, I will be talking about overridding the default layout of panels.  In WPF, there are basically two methods that you must override to take control of the layout of a panel.  The Measure and the Arrange methods.  In this webcast, I will demonstate how you can organize your own panels to provide a truely custom experience.

You can sign up right here and as always, my demo code is attached to this post.

Bill

WPFCustomPanels.zip