ListView component is only displayed from the bottom half of the screen

2

The question is as follows:

I have a ListView , inside a " ContentView ", it is populated properly and the template applied normally as expected.

I am inside a " Master-detail " navigation and in this case, the ContentView is invoked from inside a " ContentPage ", which is the detail page of Master-Detail , where it filters the chosen option on the Master menu and displays the content on the left.

Normal, everyone knows how it works.

What happens is that there is another ContentView that is called from another menu and its views are properly displayed both nested in a SrollView and < in> StackLayout , and in one of them the ListView is displayed integer, only it is positioned from the middle to the bottom, with none View / p>

Note: After I put an Entry , it was displayed above. How can this?

Note 2: VerticalLayouts and HorizontalLAyouts of the visa are inserted in their positions.

    
asked by anonymous 31.10.2017 / 00:48

0 answers