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

Xamarin Forms TabbedPage(s) not showing in Android Preview

This should be an easy one... I'm trying to make an extremely simple TabbedPage in Xamarin Forms. Here are the details: Using Xamarin Studio Community 6.3 on an Apple with Sierra (10.12.3) iOS Preview is displaying tabs fine Android Preview is not…
E Ludema
  • 87
  • 8
2
votes
1 answer

Xamarin.Forms Android StackOverflowError with TabbedPage

I'm facing to an issue with Xamarin.Forms and more particulary with TabbedPage on Android. I have created a TabbedPage that contains 4 ContentPage. Each ContentPage contains a ListView with a custom ItemTemplate (more than 50 lines in XAML). It's…
2
votes
3 answers

Open new Page withing a tab-navigation

Iam using a tab navigation and withing a page and want to open a new one. In my app.xaml.cs I create the Navigation page: public App() { InitializeComponent(); MainPage = new NavigationPage(new RootPage()); } In the RootPage I fill the…
Cluster2a
  • 65
  • 2
  • 6
2
votes
1 answer

Xamarin forms: hiding blue line from selected tab with a CustomTabRenderer for android

I made a customrenderer for showing images in the tabs for the Android platform. Now i'd like to know how i can remove the bottom line that shows which tab is selected. Also, where can i get info about creating custom renderers? i looked on youtube…
Joske369
  • 505
  • 1
  • 6
  • 18
2
votes
1 answer

Xamarin forms tabbed paged swipe invoke event

I am using Xamarin forms to create a TabbedPage. The problem is that I want to swipe between tabs and this is disable by default. I found one class called ExtendedTabbedPage which has one attribute called SwipeEnable and some methods that invoke the…
1
vote
0 answers

Xamarin forms + Prism using TabbedPage with many same page

I want to use a TabbedPage in my project with many page inside. There is what I want :
Alexandre S.
  • 522
  • 2
  • 5
  • 24
1
vote
0 answers

Xamarin Forms - Navigate to child of Tabbed Page

I have a TabbedPage with 3 tabs, where I want to navigate directly to the 2nd content page (TagsListPage), but still keep my Tabbed header.
GertDeWilde
  • 351
  • 1
  • 3
  • 18
1
vote
1 answer

Xamarin.Forms TabbedPage - iOS with 'More..' tabitem

Good morning I have created a TabbedPage where untill now I had 4 tabs. Everything was working as expected however I have to add two more tabs and the problem begins. On Android platform result is as expected. I do contain two more TabBarIcon on my…
miechooy
  • 3,178
  • 12
  • 34
  • 59
1
vote
1 answer

TabbedPage selectedItem doesn't change when change tab programmatically to tab in "More"

I am working on a Xamarin Forms app with a TabbedPage which has 6 tabs.
LongTran
  • 33
  • 3
1
vote
1 answer

Xamarin: Adding borders to the selected tab item

In Xamarin.Forms on Android, I'm working on a section that uses a tabbed page. I'm attempting to place a set of borders around the selected item like such: and Is there any way that such a goal can be achieved using custom renderers?
Renma
  • 81
  • 1
  • 11
1
vote
1 answer

Navigate between pages inside tabbed page tab, but without losing the tab page tabs

I am working on a Xamarin.Forms application for iOS and Android (cross-platform) I am working with a tabbed page which has 5 tabs at the bottom (custom render from the tabbed page) My problem is, when I push another page on top of a tab page, the…
Fooad Taha
  • 25
  • 8
1
vote
1 answer

Xamarin Forms - TabbedPage - Pass Parameter

I have a TappedPage like so:
user979331
  • 11,039
  • 73
  • 223
  • 418
1
vote
1 answer

Background color for more than 5 tabs Xamarin forms

I have a Xamarin form for android that I set the background color for tabs on a tabbed page as follow: android:TabbedPage.BarItemColor="Burlywood" android:TabbedPage.BarSelectedItemColor="#ffeacf" …
1
vote
2 answers

Xamarin MVVM Show master page sliding from the left, when pressing tabbed page tab item

I am trying to achieve the effect, cross-platform(ios, android and uwp), as shown in the image below: Clicking "More" normally would open a page, as normal behaviour for a tab bar item. Not sure how to override that behaviour and reveal the sliding…
Razvan Emil
  • 533
  • 9
  • 25
1
vote
1 answer

iOS "More" Tab remember last open page issue (xamarin)

I have an issue that on iOS "More" Tab behave strangely. Using TabBar and TabbedPages. When I start the app, I see 4 tabs (1-4) and "More" tab (Which is created automatically by xamarin.forms). I open the "More" tab to see a list of rest tabs that…
user3132499
  • 33
  • 1
  • 6