-
Notifications
You must be signed in to change notification settings - Fork 897
StackPanel
Only available in the Plus Edition
Derives from AnimationPanel
Exactly like WPF's native StackPanel, except this panel can animate its children and be used inside SwitchPanel.
|| Property || Description | * | All the Properties from Canvas Panel | CanHorizontallyScroll | Gets or sets if the horizontal scrolling is enabled. | CanVerticallyScroll | Gets or sets if the vertical scrolling is enabled. | ExtendHeight | Gets the Height extended for the panel. | ExtendWidth | Gets the Width extended for the panel. | HorizontalOffset | Gets the horizontal offset for the panel. | Orientation | Gets or sets the Orientation property. This dependency property indicates the direction in which children are stacked (vertically or horizontally). | ScrollOwner | Gets or sets the ScrollViewer. | VerticalOffset | Gets the Vertical offset. | ViewportHeight | Gets the height of the viewport. | ViewportWidth | Gets the width of the viewport.
|| Event || Description | * | All the Events from Canvas Panel.