Layout Walkthroughs
The WPF Designer for Visual Studio provides many panels and controls to help you achieve the layout you want for your applications. This section contains topics that walk you step-by-step through the procedures to create absolute, dynamic, and data-driven dynamic layouts.
In This Section
Walkthrough: Constructing a Layout Based on Absolute Positioning
Walks you step-by-step through the procedures to create a layout based on absolute positioning using a Canvas panel in the WPF Designer.Walkthrough: Constructing a Dynamic Layout
Walks you step-by-step through the procedures to create a dynamic layout using a Grid panel in the WPF Designer.Walkthrough: Constructing a Data-driven Dynamic Layout
Walks you step-by-step through the procedures to create a data-driven dynamic layout using a ListView and a GridView in the WPF Designer.Walkthrough: Creating a Resizable Application by Using the WPF Designer
Walks you step-by-step through the procedures to create a resizable application in the WPF Designer.
Related Sections
Alignment in the WPF Designer
Describes how the WPF Designer helps you with the alignment and layout of controls for the user interface.WPF Container Controls
Contains links to topics that describe the various container controls and their uses.Working with the WPF Designer
Contains links to topics that describe how to use and work with the WPF Designer.