Hello,
I'm new to Xamarin.
I would like to use the TabbedPage for navigation, where a specific tab should be displayed in full screen when selected.
WithNavigationPage.SetHasNavigationBar(this, false);
I hide the NavigationBar and the status display with :
<item name="android:windowFullscreen">true</item>
I haven't been able to hide the TabBar yet. But I want to have a ConatentPage in fullscreen. If other pages are selected, they should still have the TabBar. How is this possible ?
Thank you
Answers
you should Custom
TabbedRenderer
on each platformrefer to : https://forums.xamarin.com/discussion/138302/how-do-i-hide-the-tabs-of-tabbedpage-when-clicking-a-nested-
Thanks for the tip, but I've tried this way before.
The tabs are no longer displayed, but the space is not released again.
In the picture is white the not released area of the tabs and black the ContentPage.
But i need the whole space on the screen.
us.v-cdn.net/5019960/uploads/editor/y5/alhh6vntsewt.jpg