Layout
The Layout property specifies the orientation of the child controls with respect to each other within a compound control. You can specify any of the following Layout values:
- Vertical—Orients child controls vertically.
- Horizontal—Orients child controls horizontally. If the user resizes the browser window, the controls wrap to remain on screen.
- NoWrap (default)—Orients child controls horizontally, and does not wrap controls if the user resizes the browser window.
The following examples illustrate the Layout options: