Expandable

The Expandable widget expands or collapses to reveal or hide the item details. It consists of Header, Collapsed View, Expanded View. The Expandable widget is typically used to populate a ListView to create the 'expand/collapse' item entry.

For example, you can use the Expandable to show a list of book chapters or a list of hotels that shows minimum details at first and reveals more information when expanded.

Add Expandable widget

To add a Expandable widget:

  1. Select the Expandable widget from the Add Widget Button or add it directly from the widget tree.

  2. Inside the Expandable, you can add various widgets, and display them.

Customize Expandable Widget

Initially Expanded

This property specifies if the Expanded widget is initially expanded (true) or collapsed (false, the default).

Default Properties

You can customize the appearance and behavior of this widget using the various properties available under the Widget Default Properties.

Last updated