Expander

Description

An Expander allows a user to view a header and expand that header to see controls contained in the expander, or to collapse a section up to a header.

Keys


  • Header – Text displayed for the expander title
  • ListControls – a table listing all of the child UI controls
  • IsExpanded – Sets the initial state of the expander

Example


data = { ControlID="myExpander", ControlType="Expander", Header="My Expander Title", ListControls={data1, data2, data3}, IsExpanded=true}