Windows Presentation Foundation: 2 Layout

Go to class
Write Review

Free Online Course: Windows Presentation Foundation: 2 Layout provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Windows Presentation Foundation: 2 Layout is taught by Walt Ritscher.

Overview
  • Handle most layout scenarios for your Windows applications with WPF layout panels. Learn how to use six core layout panels, size and position elements, and create custom panels.

Syllabus
  • Introduction

    • Welcome
    • What you should know before watching
    • Using the exercise files
    1. Layout Panels
    • Understand layout and child elements
    • Use the LetterBox custom project
    • Explore the layout panels
    • Use the StackPanel
    • Use the WrapPanel
    • Use the DockPanel
    • Use the UniformGrid
    • Explore columnar layout with the grid
    • Work with grid column and row sizes
    • Add grid rows and columns with the designer
    • Size grid rows and columns with the designers
    • Position grid child elements with the designer
    • Make sizeable grid cells with the GridSplitter
    • Absolute positioning with the Canvas
    • Scrolling content with the ScrollViewer
    • Use a TabControl
    2. Other Layout Concepts
    • Control the visibility of an element
    • Understand the layout process
    • Indicate control size
    • How panels affect control size
    • Adjust content alignment
    • Overlay elements with ZIndex
    • Work with margins
    3. Custom Layout Panel
    • Why make a custom layout panel
    • Examples of custom layout panels
    • Anatomy of a custom panel
    • Use a custom panel
    • Replace layout panel in ListBox
    Conclusion
    • Next steps