I want to have different TabbedPages within my app with different tabModes.
IE: TabbedPageOne with app:tabMode="scrollable" TabbedPageTwo with app:tabMode="fixed"
This is currently possible? If not, how can it be achieved?
The setting can be easily changed app wide (How to make Tabbed page of many content page with a scroll menu in Xamarin forms?), but want it to be configurable per TabbedPage.