WPF Tutorial 02 - Splitting code, layout and style Open (or create a new empty) Visual Studio Solution: WPFTutorials Add to the solution a new C#, Avalon Application: 02_Split Add the following code to the Window1.xaml file: <Grid> <Grid VerticalAlignment="Center"
Read More...