ExpandOn
Defines the available options for when a list item is expanded.
Values
Auto
- When on a desktop, the expanding or collapsing of a list item happens when the list item is doubled-clicked. On a mobile device, the expanding or collapsing of a list item happens when the list item is tapped once.Click
- When on a desktop, the expanding or collapsing of a list item happens when the list item is clicked once, single click. On a mobile device, the expanding or collapsing of a list item happens when the list item is tapped once.DblClick
- The expanding or collapsing will occur on either desktop or mobile when the list item is doubled-clicked or doubled-tapped.None
- The expanding or collapsing will not occur on either desktop or mobile unless the caret to the left of the list item is clicked.