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
3
votes
0 answers

Tabbed Page Badge with FreshMVVM

I want to display a TabPage badge for indicating new messages using FreshMVVM. I have found this Plugin.Badge NuGet package: https://github.com/xabre/xamarin-forms-tab-badge which works for Xamarin.Forms. BUT I think the custom renderer uses the…
3
votes
1 answer

Xamarin forms TabbedPage

I am using Tabbed page in my xamarin forms project. I am trying to use OnTabReselected event in MyTabsRenderer Class in android. But the events like OnTabSelected, OnTabReselected and OnTabUnselected are not getting called. Does anyone have any…
3
votes
1 answer

Xamarin Forms: How to reduce height of Tabs using TabbedPageRenderer

I am developing Tabs using custom TabbedPageRenderer. I need to reduce the height of Tabs. Tabs are showing huge margin at bottom & top side. See below my code MyTabbedPageRenderer.cs [assembly: ExportRenderer(typeof(MyTabbedPage),…
R15
  • 13,982
  • 14
  • 97
  • 173
3
votes
5 answers

TabbedPage hide all tabs

I am new to Xamarin and would like to create a application with multiple pages that are navigated to through button click. I have already worked out how to navigate to the desired page through code but I am struggling to hide the tabs to disable…
Pomster
  • 14,567
  • 55
  • 128
  • 204
3
votes
1 answer

How to add toolbar item in TabbedPage in Xamarin Form

Can you tell me how can I add toolbar item in a tabbed page in xamarin from. thanks
G Mehdi Balti
  • 154
  • 2
  • 12
3
votes
0 answers

Exrin tabbed view: navigation between tabs using NavigationResult

In my Exrin-based app I have a tabbed view. As an operation execution result I would like to select a specific tab. But when I pass the NavigationResult(Stacks.TabStack, TabStack.RootViewKey) as an operation result, the tabs selection is kept as it…
3
votes
2 answers

How to customize the TabbedPage's Tab-Items in Xamarin.Forms?

I'm using a TabbedPage as my MainPage of my Xamarin.Forms app (Xamarin.Forms Version: 2.3.5.239-pre3). My MainActivity inherits from FormsAppCompatActivity. There are four pages of type ContentPage added to the TabbedPage like:
Tobias von Falkenhayn
  • 1,355
  • 5
  • 26
  • 59
2
votes
0 answers

Xamarin TabbedPage without shadow on android

I created a really simple TabbedPage on my project and i set the BarBackground to the same color of the other pages but the bar has a shadow that i want to remove but i don't know how to do it. I tried to set the BarBackground to "Transparent" but…
2
votes
1 answer

Xamarin TabbedPage Specified Cast is not valid

I have a TabBar in my AppShell which has five tabs. Three of these tabs are ContentPages whereas the other two are TabbedPages. All three tabs with ContentPages open fine but the two Tabs with TabbedPages give me 'Specified cast is not valid'…
Jay
  • 89
  • 1
  • 12
2
votes
1 answer

How to change the color of tabbed page indicator in Xamarin Forms

I'm making an app using Xamarin Forms. I have a tabbed page and wish to change the color of the tabbed indicator. However I am unable to change it from the default of white. A white indicator example: I've tried changing the tabIndicatorColor in…
John Burke
  • 31
  • 4
2
votes
1 answer

Xamarin Android TabbedPage show FontAwesome icon on tab

I want to show icons and text on my Android TabbedPage tabs in my Xamarin application, and I want them to be FontAwesome glyphs rather than png files. My TabbedPage is defined in code, and I originally set the IconImageSource for the child pages in…
user756366
  • 467
  • 6
  • 24
2
votes
2 answers

How to share values between pages in Tabbed page in Xamarin.Forms?

While I'm in a hospital after a surgery, having a catheter and forced to calculate a fluid intake/outflow from my body with a pencil and a sheet of paper (!!!)... I got stuck on how to share values between pages at the Tabbed page in…
KUTlime
  • 5,889
  • 1
  • 18
  • 29
2
votes
1 answer

Custom TabbedPage with buttons

I need to create a navigation with 'TabbedPage' and add 2 buttons (icons) to perform other actions in my application, similar to the image below: In a test I did I came up with the result below but I have no idea how to keep the tabs on the same…
Renan Barbosa
  • 1,046
  • 3
  • 11
  • 31
2
votes
0 answers

Creating an overlay in Xamarin Forms TabbedPages

I'm working on a Radio App, using a TabbedPage layout. Basically, I have 3 bottom tabs, and I want them all to show a simple radio player (which shows the current song / radio program being played, and the play / pause button). I've set up the…
Tehort
  • 33
  • 6
2
votes
0 answers

How to set same viewmodel for tabbed page using fresh mvvm in xamarin forms

I have using tabbed page in my application. I have two views with same viewmodel. By using fresh mvvm how to navigate one page to another page with same viewmodel. Please anyone give your valuable suggestion. My tabbed page code, var…
Yogeshwaran
  • 170
  • 12
1
2
3
15 16