View properties
Visual
Size
Default view size
By default, the view element is sized to match a specific device's screen dimensions. You can select a device model from a dropdown to use its screen resolution as the canvas dimensions in the editor.
Builder width
Shows the width of the currently selected view size as a pixel value.
Min height (px)
Shows the minimum height of the currently selected view size.
Layout
Container layout
Defines how the container element positions and arranges its child elements.
You can choose a layout type (such as column, row, align, or fixed), control alignment behavior, and configure spacing. This includes properties for gap (space between child elements), padding (internal spacing), and margin (external spacing). Layout settings determine how the element behaves responsively and how it interacts with surrounding elements.
Column
Arranges child elements vertically, stacking them from top to bottom by default. You can change the
You can control vertical order, horizontal alignment, spacing between items (gap), and whether elements stretch to fill the available width.
Row
Arranges child elements horizontally, placing them side by side from left to right.
You can control horizontal order, vertical alignment, spacing between items (gap), and whether elements stretch to fill the available height.
Fixed
Positions child elements using explicit X and Y coordinates.
Elements are placed at fixed pixel positions within the container. This layout does not automatically adjust based on content flow and offers the least responsive flexibility.
Alignment

This setting applies to column/row layouts.
Column and row layouts support different alignment modes that control how child elements are positioned along the main and cross axes.
Top/left (start)
Aligns child elements to the start of the container.
In a column layout, elements align to the top.
In a row layout, elements align to the left.
Center
Aligns child elements to the center of the container along the relevant axis.
In a column layout, elements are centered horizontally.
In a row layout, elements are centered vertically.
Right/bottom (end)
Aligns child elements to the end of the container.
In a column layout, elements align to the bottom.
In a row layout, elements align to the right.
Space between
Distributes child elements evenly, with equal space between them and no extra space at the edges of the container.
Space around
Distributes child elements evenly, with equal space around each element. This results in half-sized spacing at the container’s edges compared to the space between elements.
Element position
Moves the element to a different position in the hierarchy. The hierarchy is contained within the element's container (a container element or the page).
Make first: Sets the element as the first element in the hierarchy.
Move up: Moves the element one position higher in the hierarchy.
Move down: Moves the element one position lower in the hierarchy.
Make last: Sets the element as the first element in the hierarchy.
Spacing
Gap (column and row layout)
Defines the space between child elements inside a container.
The gap is applied between items in a column or row layout. It does not add space before the first element or after the last element — only between siblings.
In a column layout, the gap controls vertical spacing.
In a row layout, it controls horizontal spacing.
Configure
View type
The view element has four different view types:
Scrollable
The default view type. Allows vertical scrolling.
Non-scrollable
A fixed-height view. Content is limited to the screen size.
Vertical list
A scrollable list of repeating content.
Section list
A grouped list (e.g., contacts grouped by first letter).
Page folder
Defines which folder the view is stored in.
Screen
Show safe area
When enabled, the view's content is inset to avoid the device's top and bottom safe area — the screen regions reserved for system UI elements.
Show status bar
When enabled, the device's status bar is visible while this view is active. The status bar displays system information such as the time, battery level, and network status.
Navigation
Show top app bar
When enabled, the top app bar is visible while this view is active. The top app bar displays the view's title and navigation controls.
Show tab bar
When enabled, the tab bar is visible while this view is active. The tab bar appears at the bottom of the screen and lets users navigate between the app's main views.
Include as tab item
When enabled, this view is included as an item in the tab bar.
Properties
Each view can hold custom properties that are accessible from workflows.
The properties must be set in the element property editor.
You can assign a label and a default value to each property.
You can assign values to the property using the Set current view's property action.
Dynamic value
Can hold any data type or thing.
Color picker
Accepts hex codes or saved color variables.
Checkbox
A yes/no value (true/false).
Style
Style sets the visual design of the element, including properties such as colors, fonts, borders, shadows and other appearance settings.
Styles are shared across elements. When multiple elements use the same style, updating the style will automatically update all elements that reference it.
Style selector

Select the style to apply to the selected element.
Edit style
To edit the style, click the edit style icon. The changes to that style will apply to all elements using that style.
Detach style
Detaching the style will disconnect the element from the current style, but keep the formatting of the style until you make changes to it. This only affects the selected element.

Overriden styles
You can override a style on one or more elements, using the defined style properties but allowing you to make individual changes to styling properties that apply only to the selected element(s).
Overridden styles will be marked with an Overridden labelI.

You can reset the selected element's style by clicking the Reset icon.

Appearance
The appearance section lets you control the opacity, rotation and radius (corner roundness) of the selected element(s).
Opacity
Opacity sets the transparency level of the selected element(s). At 100%, the element is fully opaque. At 0%, it is fully transparent (invisible).
Opacity affects child elements: If applied to a container, all child elements inherit the same opacity level.
Opacity does not collapse the element: Even at 0%, the element still occupies space in the layout. Unlike hiding an element (using This element is visible on page load, a conditional visibility rule, or a hide/show action), opacity does not reduce the element’s width or height to zero.
Background
Sets the background of the selected element(s) as a color, gradient or image.
Color
Sets the background color in a hex value. You can also set the opacity of the border. Can be a static or the result of a dynamic expression.
Gradient
Sets a gradient color, ranging from a start color and an end color, with an optional mid color.
Image
Sets an image as the element's background. The image can be a static file uploaded directly in the editor, or the result of a dynamic expression.
Upload
Upload a static image file to use as the background.
Generating an image with AI
You can generate images with AI. Type in a prompt and select a size, quality, and style. The Auto setting lets the AI choose based on your prompt. The number of tokens used depends on your selections.
Check Generate Alt tags to automatically generate an Alt text.
Make dynamic
Click the + icon to define a dynamic expression that returns the image to use as the background.
Interaction
Options
Disable zooming
When enabled, the user can't pinch-to-zoom in the current view.
Transitions
Transitions add animation when a style property changes.
Instead of updating instantly, the element gradually shifts from its previous state to the new one over a defined duration. For example, if you reduce an element’s width, a transition can make it smoothly shrink rather than change size immediately.
Transition duration
Transition duration defines how long the transition animation runs, measured in milliseconds.
Advanced
Time zone selection
Overrides the default browser-based time zone for this page. All date and time elements on the page will use the selected time zone.
Last updated
Was this helpful?
