- UX Component -Responsive Design - Dynamically Resizing Controls on Orientation or Window Size Change - Understanding the FlexLayout Container
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Containers/Container/FlexLayout/Dynamically Resizing Controls.xml
A common requirement when designing a UX component is to have a control dynamically resize when the orientation of a mobile device changes or when the window size (in a desktop browser) changes. This is easily accomplished using the FlexLayout container on a UX.
- Editor Container
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Containers/Container/Editor/index.xml
Used to create Editor Sets for the FormView Control.
- EditorSet Container
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Containers/Container/EditorSet/index.xml
Used to contain one or more Editors.
- Fill Container
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/Ink Properties/Fill container.xml
Applies only when control is inside a Panel Card container. Should the control expand to the size of its
container? The container can either be the PanelCard, or a 'Container' control with a sub-type of 'None'. TIP: If using
a 'Container' control be sure to set the Container's height and width property.
- Container Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/container/index.xml
These are the properties that apply to all of the different types of container controls that can be added
to a component.
- Window Container
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Containers/Container/Window/index.xml
Places controls in a Window container
- Alignment Container
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Containers/Container/Alignment/index.xml
The Alignment container can be used to left, center, or right align groups of controls.
- Show Container Window
/documentation/pages/Ref/Action Javascript/Show Container Window.xml
Show the contents of a Container Window in a pop-up Window or Panel.
- Hide/Close Container Window
/documentation/pages/Ref/Action Javascript/Hide Close Container Window.xml
Hide (i.e. closes) a Container Window.
- How to Set the Height of a Container to the Screen Height
/documentation/pages/HowTo/Styling Applications/Set height to screen height.xml
Learn how to set the height of a container to the full height of the screen.