AppLayout QML Type

(BETA) Applies values used for consistent app layouts. More...

Import Statement: import ArcGIS.AppFramework.Platform 1.0

Properties

Detailed Description

The AppLayout component contains tooling used to keep the appearance of apps consistent across mobile devices. This is done to handle verying heights of the status bar across devices, especially devices with a notch such as later iPhones. It should be used when the app also makes use of the StatusBar component, to ensure that the status bar is consistently visible.

To use AppLayout, set your App object as the contents of the delegate property. This code sample demonstrates what this looks like:

AppLayout {
    width: 400
    height: 640
    delegate: App {
        id: app
        ...
    }
}

This component is only supported on Android and iOS. It causes no changes in app behavior on other operating systems.

Property Documentation

[read-only] delegate : object

Set the app that the AppLayout will apply to as the delegate.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close