Home
VB.Net Tutorial
Language Basics
Data Type
Operator
Statements
Date Time
Class Module
Development
Collections
Generics
Attributes
Event
LINQ
Stream File
GUI
GUI Applications
Windows Presentation Foundation
2D Graphics
I18N Internationlization
Reflection
Regular Expressions
Security
Socket Network
Thread
Windows
XML
Database ADO.net
Design Patterns
DockPanel « Windows Presentation Foundation « VB.Net Tutorial
VB.Net Tutorial
Windows Presentation Foundation
DockPanel
16.42.DockPanel
16.42.1.
Using DockPanel.Dock to position elements
16.42.2.
Use DockPanel to layout a Window
16.42.3.
Nested DockPanel
16.42.4.
Fill DockPanel with Labels and Buttons
16.42.5.
Window with DockLayout
16.42.6.
Dock UI Elements to the Edges of a Form
16.42.7.
Put a StackPanel on the Left
16.42.8.
Set Dock position for DockPanel layout
16.42.9.
Differences of StackPanel and DockPanel
16.42.10.
Insert to a Panel by index
16.42.11.
Get all children from a Panel
16.42.12.
Find the index number of a newly added element within a panel, using the IndexOf method
16.42.13.
Show the effect of each value of the Dock property by manipulating two Rectangle elements.