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

  1. Inline

    Affects the 'display' CSS property of the control.
  2. 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

  1. Add a Container control to your page.
  2. Add your required controls, like Labels, Buttons and even other Container controls, inside the Container control.
  3. Go to Styles to set up how your Container should display, for example width, padding, margins, colors and border.