RadControls for WinForms

Layout panel is a container for other elements. It orders the contained elements as a stack vertically or horizontally. When the elements pass through the left end of the stacklayout, the last one is put on a new line. If horizontal is chosen the width of all elements is the width of the largest element in the column.

Namespace: Telerik.WinControls.Layouts
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public class StackLayoutPanel : LayoutPanel
Visual Basic
Public Class StackLayoutPanel _
	Inherits LayoutPanel

Inheritance Hierarchy

See Also