I have tried many things but can't find a decent solution for these 2 problems which seem to have the same origin.
My architecture is as follows:
One Xamarin Forms solution with an Android (can't test on IOS) bottom TabBar (Xamarin Forms >3.2) counting 2 or more tabs, each of them having their own navigation page. The first tabhas a a SfTabView control and a SfListView with n items. This list is taller than the page.
The first problem is that this list never shows the last item regardless of the number of items and as long as the list is still taller than the page.
In my software I have a button in an other tab page that hides or displays this first page. This code works perfectly fine. If I remove that first page that contains the SfTabView and SfListView then re-add it, not only the last item is still hidden but an additional blank space is now embedded at the bottom of the page, just above the Android Bottom TabBar. A closer look reveals that this blank space is the same size as the Bottom TabBar.
It's good to note that when I rotate the screen by 90° then put it back vertically, everything displays as expected.
My guess is that SfListView is lost between the Bottom bar and the SfTabView and sets its final Height property incorrectly.
I have been able to replicate these two issues in a sample but I can't attach it to this thread because of its size (44 MB). I'll share it by mail if you ask.
Regards,