|
All controls under the Panel Content Model type have a Children property. This
property can be used to add content to the Panel Content Model controls.
Controls such as Canvas, DockPanel, Grid, TabPanel, StackPanel,
ToolbarOverflowPanel, UniformGrid etc., comes under the Panel Content Model
type.
The following code snippet can be used to add controls.
|