This repository has been archived by the owner on May 1, 2024. It is now read-only.
Replies: 2 comments
-
Hmm, #905 |
Beta Was this translation helpful? Give feedback.
0 replies
-
The TabView is making use of the CarrouselView to display the Views. The original Xamarin Forms TabbedPage derives from the abstract MultiPage class and allows navigation among child pages using tabs. These component looks in first sight the same but are therefore really different. I think the TabView customizations can't be reused for the TabbedPage as is. Maybe creating a XCT TabbedPage or is that to much effort? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Xamarin Forms TabbedPage has the Children collection where you can add a IList of Page as children of the tabbed page. This way you can separate the "tabs" from the content in seperated xaml files. Would love to use the XCT TabView because of the customizations and badges. Add the moment the XCT TabView does not support to have TabViewItem of type Page.
Example:
Beta Was this translation helpful? Give feedback.
All reactions