Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

Hide tabbar on push

$
0
0

Hi,

I have the following code:

` var tabbedPage = new TabbedPage ()
{
Children =
{
navigationPageBrowse,
navigationPageUploads
}
};

        MainPage = tabbedPage;`

On the Browse page I have another button which pushes a new Page (PageRenderer). I would like this page to have no tabbar. Using the 'HidesBottomBarWhenPushed' isn't possible since it is too late to set it in the ViewWillAppear.

How can I make the tabbar hidden?


Viewing all articles
Browse latest Browse all 77050

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>