May 29th, 20074 mins readStructuring a WPF User Interface
When creating a typical user interface, say a Window, Page or
UserControl, we start with the top-level container and nest other
containers or controls inside it. This is a good approach for a first
attempt. But just like we refactor our code to make it more
maintainable, we…