0

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.

schnabs
  • 125
  • 10
  • By `want it to be configurable per TabbedPage.`, what do you mean? `app:tabMode` works on `TabbedPage` not on `Page`. – Robbit Mar 05 '18 at 02:50
  • Within a single app I would like to have two TabbedPages one using fixed and one using scrollable. 1. SmallTabbedPage using "fixed" and 3 tabs. So Tab1, Tab2, Tab3 all equally spaced horizontally. 2. LargeTabbedPage using "scrollable" and say 15 tabs. So it may display 5 of those 15 tabs at a time and allow it me to scroll left-right to expose the other tabs. – schnabs Mar 05 '18 at 15:17
  • You need a CustomRender to adjust it. – Robbit Mar 06 '18 at 12:54

0 Answers0