- Back to Home »
- WPF »
- WPF Part-3 Layout Controls
Posted by :
Sudhir Chekuri
Thursday, 3 October 2013
WPF layout control are
Stackpanel
Grid
Canvas
These layout controls are capable of holding child controls. ie., we can add other controls inside them for structured designing.
Click here for XAML canvas layout control example code
Click here for XAML Stackpanel layout control example code
Click here for XAML Grid layout example code
Click here for xaml dockpanel example code
Stackpanel
Grid
Canvas
These layout controls are capable of holding child controls. ie., we can add other controls inside them for structured designing.
Click here for XAML canvas layout control example code
Click here for XAML Stackpanel layout control example code
Click here for XAML Grid layout example code
Click here for xaml dockpanel example code