-
Notifications
You must be signed in to change notification settings - Fork 877
StackedStackPanel
DianeXceed edited this page Jun 20, 2017
·
2 revisions
Only available in the Plus Edition
Derives from AnimationPanel
Lays out children in a series of stacked stackpanels.
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. |
DefaultStackLength | Gets or sets the DefaultStackLength property. This dependency property indicates the default Length to use for stacks that do not specify an explicit length or Auto. The default value is Auto. |
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. |
Stack (attached) | Gets or sets the Stack panels. |
StackDefinitions | Gets the StackDefinition collection. |
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. |
Method | Description |
---|---|
LineDown | Sets Vertical offset down by one. |
LineLeft | Sets Horizontal offset left by one. |
LineUp | Sets Vertical offset up by one. |
LineRight | Sets Horizontal offset right by one. |
MakeVisible | Shows a children of the panel. |
MouseWheelDown | Sets Vertical offset down by SystemParameters.WheelScrollLines. |
MouseWheelLeft | Sets Horizontal offset left by SystemParameters.WheelScrollLines. |
MouseWheelUp | Sets Vertical offset up by SystemParameters.WheelScrollLines. |
MouseWheelRight | Sets Horizontal offset right by SystemParameters.WheelScrollLines. |
PageDown | Sets Vertical offset down by page. |
PageLeft | Sets Horizontal offset left by page. |
PageUp | Sets Vertical offset up by page. |
PageRight | Sets Horizontal offset right by page. |
SetHorizontalOffset | Sets the Horizontal offset. |
SetVerticalOffset | Sets the Vertical offset. |