Expandable
Last updated
Last updated
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.
To add a Expandable widget:
Select the Expandable widget from the Add Widget Button or add it directly from the widget tree.
Inside the Expandable, you can add various widgets, and display them.
This property specifies if the Expanded widget is initially expanded (true) or collapsed (false, the default).
You can customize the appearance and behavior of this widget using the various properties available under the Widget Default Properties.