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.LayoutsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| Visual Basic |
|---|
Public Class StackLayoutPanel _
Inherits LayoutPanel |
Inheritance Hierarchy
See Also