docs/widgets/list_item.md
!!! tip "Added in version 0.6.0"
ListItem is the type of the elements in a ListView.
The example below shows an app with a simple ListView, consisting
of multiple ListItems. The arrow keys can be used to navigate the list.
=== "Output"
```{.textual path="docs/examples/widgets/list_view.py"}
```
=== "list_view.py"
```python
--8<-- "docs/examples/widgets/list_view.py"
```
| Name | Type | Default | Description |
|---|---|---|---|
highlighted | bool | False | True if this ListItem is highlighted |
This widget posts no messages.
This widget has no bindings.
This widget has no component classes.
::: textual.widgets.ListItem options: heading_level: 2