Questions tagged [tabbedpage]

TabbedPage widget used to create Tabbed pages for example in Xamarin, or in a technical jargon: hidden pages,each having button on the top,(all buttons or tabs are arranged horizontally) where first such page is visible, but in order to view other pages (one at at time), you have to click the associated button.

TabbedPage widget used to create Tabbed pages for example in Xamarin, or in a technical jargon: hidden pages,each having button on the top,(all buttons or tabs are arranged horizontally) where first such page is visible, but in order to view other pages (one at at time), you have to click the associated button.

233 questions
15
votes
3 answers

Xamarin Forms Disable swipe between pages in TabbedPage

Is there a way to disable the swiping between TabbedPage on Android in Xamarin Forms? XAML:
Helder De Baere
  • 420
  • 1
  • 4
  • 19
10
votes
2 answers

Xamarin forms: How to make tabs on bottom of the page?

I am looking for tabs which will be on the bottom part of the page. I tried the xamarin forms TabbedPage, but for ios only the tabs are coming bottom and for android and windows the tabs are showing on the top. Is there any way to achieve this…
Sreejith Sree
  • 3,055
  • 4
  • 36
  • 105
7
votes
3 answers

In Xamarin Forms 3.1, when using tabbed page with 4 tabs, how can I prevent "sliding" effect of tab bar on Android?

I have an app with four pages, and I want it to look similar to my (non-Xamarin) iOS app, so to have toolbar at the bottom. Here is my MainPage.xaml file:
bobwki
  • 794
  • 6
  • 22
7
votes
2 answers

How to make Tabbed page of many content page with a scroll menu in Xamarin forms?

I want to make a tabbed page with 7 content page (in xamarin forms, NOT in native project). but the menu bar in red (I don't know what this thing is called so I call it menu bar) is not a scroll menu, so the title of each content page is not shown…
Dunno Your
  • 81
  • 1
  • 6
6
votes
3 answers

Xamarin.Forms: Change Icon & Text size in TabbedPage tabs

I am developing Tabs using TabbedPage in xaml. The default tabs Icons & Text size is big so I need to reduce the size of Icons & Text. Below is my main.xaml code Where I am setting icons.
R15
  • 13,982
  • 14
  • 97
  • 173
5
votes
1 answer

Set Navigation Bar Title and Icon in code

Hy guys, I'm doing a Xamarin.Forms app, as you can see this is my app now: BottomBarPage In this screenshot, you can see my App.xaml.cs, where I upload StartPage() which is a BottomBarPage. public App() { InitializeComponent(); …
notarealgreal
  • 734
  • 16
  • 29
5
votes
1 answer

Xamarin Forms Secondary ToolbarItem in TabbedPage on iOS

My App behaves very strange on iOS, I have a TabPage with 3 Tabs. On the first image you can see that I have 4 Secondary ToolbarItems on the first Tab. The strange thing is on the Page with the Map where I don't have a Secondary ToolbarItem, the…
zperee
  • 432
  • 1
  • 6
  • 17
5
votes
2 answers

Tabbed Page OnAppearing()

I have a Tabbed Page Xamarin Form application that I am trying to customize. I am migrating from an IOs only app to all platforms. In iOS there are a couple function that I used ViewDidDisappear(), ViewDidAppear() and ViewDidLoad(); The application…
Andrew K
  • 121
  • 1
  • 4
4
votes
2 answers

OnAppearing() method is performing before calling the OnCurrentPageChanged() method

For the first time I'm restricting the onAppearing() methods in all child pages of tabbed page. I need to call the onAppearing() when I change the tab. For that, I'm using OnCurrentPageChanged() to call the onAppearing() method. When I change the…
Moses Burla
  • 53
  • 1
  • 5
4
votes
2 answers

Tab icons in a Xamarin.Forms UWP TabbedPage?

When putting together a TabbedPage in Xamarin.Forms, how do I get UWP to use the page's Icon property? It looks like UWP could support this just fine, if I configure my Forms attributes/files correctly. Here's my TabbedPage XAML. The icons are all…
patridge
  • 26,385
  • 18
  • 89
  • 135
4
votes
3 answers

How to change color of tabbed page indicator in Xamarin.Droid?

I'm building an application with Xamarin.Forms and a Portable Class Library. I have a tabbed page. I want to change the color of the tabbed page indicator. Changing the rest of the layout is something I already managed, the only thing I do need is…
476rick
  • 2,764
  • 4
  • 29
  • 49
4
votes
6 answers

Customize TabbedPage color schema - Xamarin.Forms

Is there a way I can customize the color schema of tabs on Xamarin.Forms.TabbedPage object so it does not take the default look and feel of the target platform? I would like to change font color, background and current selected tab color.
Michael Kniskern
  • 24,792
  • 68
  • 164
  • 231
3
votes
2 answers

Remove left space in title view xamarin forms

I had an issue in removing the extra left space in title view as shown in the image below please see the screenshot here Ps: I'm using tabbed page and that bar is the navigation title view.
3
votes
2 answers

Can't find the Prism.Navigation.TabbedPages namespace

I'm building a xamarin.forms mobile application with Prism, and want to use INavigationService.SelectTabAsync method. This method, according to the Prism documentation, should be in the Prism.Navigation.TabbedPages namespace but Visual Studio tells…
3
votes
2 answers

TabbedPage icons not shown when set position to bottom

I am a beginner in Xamarin and trying to use TabbedPage for my application. When I used TabbedPage and set the icons, it works fine. Then I set the TabbedPage position to bottom using below…
User5590
  • 1,383
  • 6
  • 26
  • 61
1
2 3
15 16