studio-web
latest
false
- Release notes
- Getting started
- For administrators
- RPA workflow projects
- Creating an RPA workflow from an idea
- Creating a project
- How to start an RPA workflow
- Managing project files and folders
- Connecting RPA workflows to your accounts
- Configuring activities
- Managing the activities in a project
- Passing values between activities
- Iterating through items
- Managing the data in a project
- Configuring a project to use your data
- Using file and folder resources
- App projects
- Agentic processes
- Agents
- Solutions - Preview
- API workflows - Preview

Studio Web User Guide
Last updated Sep 2, 2025
Responsive app design
linkA responsive app seamlessly adapts to various screen sizes and resolutions. Designing your app to be responsive and multi-device
friendly also provides accessibility benefits. Use the Container control to achieve responsive app design.
Refer to Container for more information.
To configure a Container control to be responsive:
- Select Add control, then Containers, and drag the Container inside your app.Note: Apps establishes the focus order for containers inside a Container layout control based on their position in the Project Explorer panel.
- In the Properties panel, select Style.
- Select Allow wrapping and Allow scrolling.
- In Size, set the Width to a fixed value of your choice.
- Select the Additional options button.
- In Maximum size, set the Maximum Width to 100%.
- In Advanced, set the flex grow and flex shrink properties to
1
.
Controls within the Container wrap to the next line when there is not enough space available.
The Container uses all of the available space, but does not expand beyond the available space.