Class HorizontalStackPanel
Arranges child controls into a single line that can be oriented horizontally.
[ControlCategory("Containers")]
public class HorizontalStackPanel : StackPanel, IBaseObject, IDisposableObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo
- Inheritance
-
HorizontalStackPanel
- Implements
Constructors
- HorizontalStackPanel()
Initializes a new instance of the HorizontalStackPanel class.
- HorizontalStackPanel(params Control[])
Initializes a new instance of the HorizontalStackPanel class.
Properties
- Orientation
Gets a value that indicates the dimension by which child controls are stacked.