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
0
votes
1 answer

How to add Search bar in top of a tabbed page in xamarin forms

In my xamarin app,I want to add a search bar on top of the page in my tabbed page.
Jinesh
  • 1,480
  • 2
  • 25
  • 52
0
votes
1 answer

Xamarin Forms TabbedPage showing white space in iOS when removed

I am using a nested TabbedPage within Xamarin Forms but would like to remove this TabbedPage from iOS as I am re-creating it and placing it at the top of the page. I have a custom renderer and inside the ViewDidLoad method I am using this:…
0
votes
1 answer

UWP: Xamarin Forms Tabbed Page changing page doesn't call OnAppearing

In a Xamarin Forms project, I have created a TabbedPage inside which I have added 5 child navigation pages. { Children.Add(new NavigationPage(new A())); Children.Add(new NavigationPage(new B())); Children.Add(new NavigationPage(new…
patel kavit
  • 484
  • 1
  • 6
  • 22
0
votes
3 answers

ListView contained in a TabbedPage not updating from Binding

In the following code im binding Records form a viewmodel , which is using an observablecollection , im also raising the inotifypropertychange , now i have a button setup which uses the navigation.pushasync method to go to a new page , over there im…
Zany
  • 1,015
  • 1
  • 10
  • 18
0
votes
2 answers

Xamarin.Forms Adding Children Pages to TabbedPage

My Main Page in my App is a TabbedPage I have three Tabs: Payment, Config, Maintain One of the tabs is controlled by a setting to show it or not. When that is changed to false I remove the tab by doing the…
TResponse
  • 3,940
  • 7
  • 43
  • 63
0
votes
2 answers

Custom theme for tabbed page's in android

I have made an app for android with Xamarin form in VS2015. I have added TabbedPage, but my TabbedPage's action bar has problem. If tabbedPage has many ContentPage, title text is not 1 line, and I can't change tab's height, width, color(font,…
D.A.KANG
  • 265
  • 2
  • 4
  • 12
0
votes
1 answer

How to show an Image on top of a tabbed view in Xamarin.Forms?

I am using Xamarin.Forms and trying to achieve the next layout: I want to keep the native look and feel for each platform (i.e: iOS tabs will be shown in bottom.), I just want to add an extra image on top of the tabbed view. I have been looking…
Paul Karam
  • 4,052
  • 8
  • 30
  • 53
0
votes
2 answers

How to set specific tab when tabs opened

I am new to Xamarin. So the problem is when I open my tabs it opens the first one i.e "Schedule_FRI". But I want to open "Schedule_SAT" when I open the tab pages. Is this possible and how do I do that?
0
votes
1 answer

Cannot implicitly convert type 'AppName.MyListItem' to 'AppName.MySecundPage.MyListItem'?

I have a TabbedPage and what I intend to do, is to stream a json ListView into a ContentPage that is under the MainPage. As far I can understand, the lost comes to place when translating to the xaml. Can anyone help me out with this? My code looks…
0
votes
1 answer

Xamarin.Forms: Button in TabbedPage

How to add button to other page on this code (this is part of one card in TabbedPage): this.Children.Add(new ContentPage { Title = "Text", Content = new StackLayout { Padding = 20, …
0
votes
2 answers

Xamarin.Forms implement Android ActionBar

I'm working with Xamarin.Forms and I would like to create a tabbed navigation (like the one with ActionBar in Android) just like the one used in Google Play Store and Google Play Music (also used in the Facebook app and other modern updated apps).…
0
votes
3 answers

How to access StackLayout from the backend?

I have been using Xamarin Forms to develop iOS and Android applications. I want to access a StackLayout that is within a TabbedPage so I can make it visible or hidden whenever the user changes tabs, but when I try to access the StackLayout I get…
Lala
  • 35
  • 1
  • 1
  • 8
0
votes
1 answer

How to refresh a Listview without PullToRefresh in Xamarin.forms

Currently working on a school project where i have a TabbedPage app (Xamarin.form), i have three tabs one for home , second for a listview (it gets data from a database) and a third one for the user profile. I enabled the PullToRefresh option for…
Khalil Yamoun
  • 133
  • 1
  • 4
0
votes
1 answer

On opening a tabbed page for the first time, images in listview of content page not loading

I don't know if anyone else has experienced this, i've been looking for examples left, right and centre to no avail. Anyway, i'm developing an app using Xamarin forms for ios, android and windows phone. The first page of the app is a tabbed page and…
Nigel
  • 51
  • 1
  • 5
-1
votes
2 answers

MAUI Shell + TabbedPage

I have application based on Shell. Application contains pages with tabs which are deffined in Shell. Everything works properly and correctly. I need create second level page with tabs whitch contains options for return to previous page. In the case…
Jozef
  • 13
  • 6
1 2 3
15
16