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.Staticfor read-only lists.ListGroupMode.Selectablefor interactive selection.
Reference
ListGroupMode
Defines the list group interaction mode.
ListGroupMode.StaticList group will act as a static list.ListGroupMode.SelectableList group will act on clicking the items.