Container
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
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.
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 to set up how your Container should display, for example width, padding, margins, colors and border.