4.833 StackPanel

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Panel > StackPanel, IInputElement
StackPanel
ToolBarPanel
(usage)
<StackPanel> UIElement* </StackPanel>
(description)
Arranges child elements into a single line that can be oriented horizontally or vertically.
[content property]
Children
[name property]
Name
[xml lang property]
Language
(properties)
CanHorizontallyScroll
x:Boolean
(description)
A value that indicates whether a StackPanel can scroll in the horizontal dimension.
CanVerticallyScroll
x:Boolean
(description)
A value that indicates whether content can scroll in the vertical dimension.
Orientation
Orientation
(description)
A value that indicates the dimension by which child elements are stacked.
ScrollOwner
ScrollViewer
(description)
A value that identifies the container that controls scrolling behavior in this StackPanel.