Container
The Container control is one of Stadium's Layout controls that can be used to group other controls together. A Container renders as a div tag.
Properties
Inline
Affects the 'display' CSS property of the control.
Visible
Set to False if you don't want this control to render on the page and be visible to the user.
How to use a Container
Add a Container control to your page.
Add your required controls, like Labels, Buttons and even other Container controls, inside the Container control.
Go to Styles to set up how your Container should display, for example width, padding, margins, colors and border.
Last updated