Skip to content

Bottom Sheet

Non-Visible component
Category Requires Version
Layout > Views API 21, Android 5.0 Lollipop 2

Overview

A non-visible component that shows a visible layout at the bottom of the screen.

Events

Closed

Event to detect that the dialog was closed.

Opened

Event to detect that the dialog was opened.

Methods

Hide Dialog

Hide the bottom sheet dialog.

Register Component As Dialog

Register any component as example a 'button', that will be later your bottom sheet dialog.

Params
component Component

Register Layout As Dialog

Register any layout as example a 'horizontal arrangement', that will be later your bottom sheet dialog.

Params
layout Component

Show Dialog

Show the bottom sheet dialog.

Properties

Dim Background

Boolean Default: True ➖ Read Write - Designer Blocks

If set to true the user will see a dark background effect. Else the background have then no dark background effect.

Show Status Bar

Boolean Default: True ➖ Read Write - Designer Blocks

The status bar is the topmost bar on the screen. This property reports whether the status bar is visible.


Last update: November 9, 2022