You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the ListView documentation could be improved by explaining the ListItem.
Here's a simple example adapted from the docs. I don't think it is clear from the documentation how you might get the Label text when a ListItem is highlighted:
TomJGooding
changed the title
Improve the ListItem documentation by explaining the ListItem
Improve the ListView documentation by explaining the ListItemApr 27, 2024
Actually on reflection I don't think this is really necessary. ListItem is just a widget and querying the children is already covered elsewhere in the docs.
I think the
ListView
documentation could be improved by explaining theListItem
.Here's a simple example adapted from the docs. I don't think it is clear from the documentation how you might get the
Label
text when aListItem
is highlighted:The text was updated successfully, but these errors were encountered: