List Box
@Composable
TODO:
filter func
header func
placeholder
sort func
Parameters
on Select Row
This signal is emitted when a new row is selected, or null when the selection is cleared.
on Selected Rows Changes
This signal is emitted when the set of selected rows changes.
on Select All
This signal is a keybinding signal which gets emitted to select all children of the box, if the selection mode permits it. The default bindings for this signal is Ctrl-a.
on Unselect All
This signal is a keybinding signal which gets emitted to unselect all children of the box, if the selection mode permits it. The default bindings for this signal is Ctrl-Shift-a.