This is a migrated thread and some comments may be shown as answers.

In-Page navigation in TabView

1 Answer 257 Views
TabView
This is a migrated thread and some comments may be shown as answers.
Jaja
Top achievements
Rank 1
Jaja asked on 02 Jul 2018, 09:24 PM

Hello, is in-page navigation within the TabView supported in Xamarin.Forms?  I can't seem to find an example anywhere. 

Basically the workflow I need is that there will be 4 tabs within the tab view where the 4th tab will be a settings tab.  The settings tab will initially present a listview that has 3 rows which represent 3 categories of grouped settings.  Once the user taps on a row then I need to push the related settings page onto the stack and of course display the back button to allow them to navigate back to the category selection page. 

Is in-page (push/pop page navigation) such as this supported in the Xamarin.Forms tab view?  Thanks!

1 Answer, 1 is accepted

Sort by
0
Accepted
Lance | Manager Technical Support
Telerik team
answered on 02 Jul 2018, 09:29 PM
Hello Jaja,

The RadTabViewItem's content supports ContentView-bases based views. Xamarin.Forms doesn't allow you to nest a ContentPage inside a ContentView  (different infrastructure).  Therefore, you wouldn't be able to nest a NavigationPage inside TabView content.

You could instead use ContentViews for your "pages" but you'd need to manage the backstack yourself.

Regards,
Lance | Tech Support Engineer, Sr.
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
TabView
Asked by
Jaja
Top achievements
Rank 1
Answers by
Lance | Manager Technical Support
Telerik team
Share this question
or