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

Navigating from Tabbed page to Content page it hides the tab, but I want that tabbed pages as it is.

$
0
0

I have 3 tabbed pages inside the Xamarin forms. Such as Tab1 Tab2 and Tab3.
Inside the Tab1 having the 1 button click on this button click, I am opening the new page

        private void Button_Clicked(object sender, EventArgs e)
        {
            Navigation.PushAsync(new MyContentPage());
        }

While clicking on the button it navigates me on MyContentPage. at that time my tab page is hidden bcoz I am navigating to the new page. But I want that Tabbed pages as it is on MyContentPage.
How Can I do this?


Viewing all articles
Browse latest Browse all 91519

Trending Articles



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