How to Create Layout Components - EASY WPF (.NET CORE)

Learn how to create layout components in WPF in order to reduce XAML duplication. I demonstrate two different ways to create layout components. The first example uses a styled ContentControl, which is quick and easy to setup. The second example uses a UserControl, which gives us more flexibility and customization with dependency properties and other C#/WPF configuration. SOURCE CODE: https://github.com/SingletonSean/wpf-...