Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Here’s a WPF <Window> that contains a <Grid> that uses two rows and two columns to lay out its children. Can you write the basic XAML to build it?
The syntax to specify which row and column of a Grid an element should be displayed in is
Now, for extra credit, create a new WPF project in Visual Studio and duplicate the window. Does your XAML match the code Visual Studio created?