Posts by Renan Domingos • 31 points
3 posts
-
0
votes1
answer136
viewsQ: Xamarin.Forms - Listview only displays if I click on the screen.
Hello, I got a problem. Have my listview, where you bring the information as it should, but this information is only displayed when you click on the screen. If it is not clicked on the screen, the…
-
1
votes1
answer235
viewsA: XAMARIN - List View with Binding without Information
Problem solved. I will post below in case someone has the same problem: In my list view I added the property: IsGroupingEnabled="True" Thus remaining: <ListView x:Name="MyListView"…
-
2
votes1
answer235
viewsQ: XAMARIN - List View with Binding without Information
I’m doing a project with Xamarin.Forms and I have a problem. The project is related to the bus route of my city, but when making the code and playing to the screen, as much as it has BINDING the…