Container properties

mobile

This article describes the containers available in native mobile apps

Click here for web container elements.

This core reference entry is suited for beginner-level builders.

Learn more about experience levels.

Containers are structural elements that hold and organize other elements.

They define how child elements are arranged, aligned, and spaced. Layout behavior, responsiveness, and positioning are controlled at the container level rather than on individual child elements.

Containers can also hold data through their Type of content and Data source properties. Child elements inside the container can reference this data directly.

General container properties

Containers define how elements are structured and positioned in a view.

Every container controls the layout behavior of its child elements, including their direction, alignment, spacing, and how they respond to changes in size. Instead of positioning elements individually, you configure the container, and its children follow those rules automatically.

Layout settings determine whether elements stack vertically, align horizontally, or use fixed coordinates. They also influence how content adapts across different screen sizes, how extra space is distributed, and how elements behave when content grows or shrinks.

Understanding containers is essential to building responsive, predictable layouts. Rather than thinking in terms of absolute positioning, you design by defining relationships between elements — and the container enforces those relationships consistently.

Container elements for mobile

Container type
Description
Link

View

Views are the base layer for designing content in a native mobile app.

Group

A Group is a general-purpose container that holds other elements.

Floating group

A container that remains fixed relative to the viewport rather than the view layout.

Short list

A short list is a container for displaying a fixed set of data items.

Horizontal list

A horizontal-scrolling list that displays items side by side.

Sheet

Sheets are overlay elements that provide focused interaction while keeping the underlying view visible.

Last updated

Was this helpful?