apps
latest
false
- Getting Started
- Demo apps
- How To
- Notifications
- Using VB Expressions
- Designing your App
- Designing your app with Autopilot
- Events and Rules
- Rule: If-Then-Else
- Rule: Open a Page
- Rule: Open URL
- Rule: Close Pop-Over/Bottom Sheet
- Rule: Log Message
- Rule: Show Message
- Rule: Show/Hide Spinner
- Rule: Set Value
- Rule: Start Process
- Rule: Reset Values
- Rule: Upload File to Storage Bucket
- Rule: Download File From Storage Bucket
- Rule: Create Entity Record
- Rule: Update Entity Record
- Rule: Delete Entity Record
- Rule: Add to Queue
- Rule: Trigger workflow
- Rule: Submit Action
- Leveraging RPA in your App
- Leveraging Entities in Your App
- Leveraging Queues in Your App
- Leveraging Media in your app
- Leveraging Actions in your app
- Leveraging Connections in your apps
- Apps in Studio Web
- Application Lifecycle Management (ALM)
- UiPath First-Party Apps
- Basic Troubleshooting Guide
important :
For documentation on app projects in Studio Web, refer to the App Projects chapter in the Studio Web documentation: https://docs.uipath.com/studio-web/automation-cloud/latest/user-guide/apps-in-studio-web.

Apps 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.