Controlled List View
Creates a controlled multiple selection org.gnome.gtk.ListView.
Parameters
Selected indexes in the list.
The items to be listed.
Compose Modifier for layout and styling.
Whether selection can be changed by dragging with the mouse.
Whether rows should be activated on single click and selected on hover.
Show separators between rows.
How the Tab key behaves.
Callback triggered when a row is activated.
Callback triggered when selections are made.
Composable child representing a row.
Creates a controlled single selection org.gnome.gtk.ListView.
Parameters
Selected index in the list.
The items to be listed.
Compose Modifier for layout and styling.
Whether selection can be changed by dragging with the mouse.
Whether rows should be activated on single click and selected on hover.
Show separators between rows.
How the Tab key behaves.
Callback triggered when a row is activated.
Callback triggered when a selection is made.
Composable child representing a row.
Creates a controlled no selection org.gnome.gtk.ListView.
Parameters
The items to be listed.
Compose Modifier for layout and styling.
Whether selection can be changed by dragging with the mouse.
Whether rows should be activated on single click and selected on hover.
Show separators between rows.
How the Tab key behaves.
Callback triggered when a row is activated.
Composable child representing a row.