A layout container that arranges its child components stacked horizontally or vertically.
The following tables list the members exposed by the StackPanel type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the StackPanel class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets the index of the grid column this component is contained in. (Inherited from ComponentBase.) |
|
![]() |
Gets or sets the index of the grid row this component is contained in. (Inherited from ComponentBase.) |
|
![]() |
Gets or sets the component's horizontal alignment. (Inherited from ComponentBase.) |
|
![]() |
Gets or sets the stack orientation. |
|
![]() |
Gets or sets the component's vertical alignment. (Inherited from ComponentBase.) |
|
![]() |
Gets or sets the visibility of this component. (Inherited from ComponentBase.) |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Gets the child components of this panel. (Inherited from Panel.) |
|
![]() |
Gets the stack orientation. |
|
![]() |
Sets the stack orientation. |
See Also