I am developing a complex App and made use of the advantages of Xamarin.Forms.Shell for layout and navigation. Now there are a few annoying things that I haven't been able to find a solution for yet.
I have three Sections in the App where two or more Pages are displayed as TopTabs (one Tab-Object holding multiple ContentPage-Objects). Now, while the user scrolls through the elements of one of these Pages I want the TopTabs to disappear. But I couldn't find anything related to TopTabs. Hiding the whole Navigation Bar is not what I want to achieve. Just the tabs should Ease out, once scrolling and ease back in when Scrolling is finished or the top of the Listview
becomes visible.
Maybe somebody out there has found a solution and wants to share it with me. I would really appreciate it.