I do not see the Label text that is in ListView
, I already use StackLayout
and nothing, what could it be?
The ListView is a component for displaying list of data on the screen. For this you must define a data source to populate the ListView as a List (List), Vector (Array), or any IEnumerable.
In your case you are not passing any data source to your ListView display.
ListView documentation: link