Home
VB.Net
2D
Application
Class
Data Structure
Data Types
Database ADO.net
Date Time
Development
Event
File Directory
Generics
GUI
Internationalization I18N
Language Basics
LINQ
Network Remote
Reflection
Security
Thread
Windows Presentation Foundation
Windows System
XML
XML LINQ
DockPanel « Windows Presentation Foundation « VB.Net
VB.Net
Windows Presentation Foundation
DockPanel
1.
Using DockPanel.Dock to position elements
2.
Use DockPanel to layout a Window
3.
Nested DockPanel
4.
Fill DockPanel with Labels and Buttons
5.
Window with DockLayout
6.
Dock UI Elements to the Edges of a Form
7.
Put a StackPanel on the Left
8.
Set Dock position for DockPanel layout
9.
Differences of StackPanel and DockPanel
10.
Insert to a Panel by index
11.
Get all children from a Panel
12.
Find the index number of a newly added element within a panel, using the IndexOf method
13.
Show the effect of each value of the Dock property by manipulating two Rectangle elements.