Search
StackPanel Members
Properties Methods
 


Represents a layout panel that arranges its child components in a stack.

The following tables list the members exposed by the StackPanel type.

 Public Properties

  Name Description

orientation

Gets or sets the stack orientation.

 Public Methods

  Name Description

arrange

Component.Arrange override. Sets the location and size of this panel and arranges its child components.

measure

Panel.Measure override. Measures the desired size of this panel and its child components.

 See Also