ListCell
ListCells are the visible Nodes within a ListView. ListCells are created as-needed (and left to be garbage collected when unused), as the user scrolls through the ListView.
Theme DSL
"list_cell" {
// It is common to change the background color of odd or even cells.
":odd" { ... }
":even" { ... }
// The selected row of the ListView.
":selected" { ... }
}
Content copied to clipboard
ListCell inherits all the features of Region.