For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

To learn about this topic more in-depth, we recommend reading the suggested articles below:

Article: Container elements


In this article we cover how to hide and show container elements to set up a single-page application

Article: Navigation | Single-Page Applications


Other element categories In this article series, we cover how to work with different element types:


The design tab In this article we cover the different tools available in the design tab.


Design

Article series focusing on design in general, explaining terminology and offering resources to help you set up a user-friendly, good looking design.

  • Article series: Design

    • Article: Responsive design

      Building pages that work on all devices, such as a laptop and a phone.


Previewing your app

In this section about how to preview your app in the development environment.

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?