Enums: ListGroup

Switch list groups between static and selectable behavior.

ListGroup enums help you define whether a list is purely informational or responds to selection.

How it works

Set ListGroupMode to control whether list items are passive or selectable.

Examples

  • ListGroupMode.Static for read-only lists.
  • ListGroupMode.Selectable for interactive selection.

Reference

ListGroupMode

Defines the list group interaction mode.

  • ListGroupMode.Static List group will act as a static list.
  • ListGroupMode.Selectable List group will act on clicking the items.
On this page