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

.NET MAUI Dynamic Tab page

I am having issue to implement dynamic tab page in .NET MAUI project. Can we add tabs into Navigation page at runtime to open Webpage. I am trying to implement functionality model like Chrome or Edge to open web URLs in separate tab.
-1
votes
1 answer

How to remove the Tabs's titles(text) when using a Shell structure with bottom tab bar in Xamarine

I dont have Titles and i prefer to use only Icons but the Icons are not centered since the Title's space and padding still appear, any workaround ?Picture of the problem
-1
votes
1 answer

How do I set the icon property in Prism for a TabbedPage in Prism for Xamarin Forms?

I'm extending the prism sample here to also include icons, and some additional navigation. My goal is to add something like the code below (where the icon information is) and am unsure how to add that to either my view, or the view model correctly.…
TLDR
  • 1,198
  • 1
  • 12
  • 31
-1
votes
1 answer

Why dont't I get the intellisense suggestions for the pages in my project after setting up the local XML namespace

I trying to create a an application similar to Instagram and for That i need to use tabbed pages. the problem is when i want to add different pages to my tabbed page using the local XML namespace I get this error " the type "local" was not found.…
Dyary
  • 753
  • 7
  • 14
-1
votes
1 answer

Xamarin dynamic tabbed page

I'm trying to achieve the following: Now, this works perfectly fine, if I use it hard-coded like this:
Robin
  • 1,567
  • 3
  • 25
  • 67
-3
votes
1 answer

Tabbed page custom renderer on Xamarin.Forms

How can I achieve something like the top bar in the screenshot ("Totale Regioni Province") using a tabbed page custom renderer? Right now I'm using "fake tabs" made of three different labels. I need to change font family, font size and padding of…
Asia Piazza
  • 95
  • 2
  • 9
-3
votes
2 answers

How to set background color of selected tab in xamarin.forms for android?

I am working in xamarin.forms. I have implemented bottom tabbed page in android like below code
RMR
  • 599
  • 3
  • 12
  • 35
-4
votes
1 answer

Xamarin C# - is using navigation page or ListView in the TabbedPage

image refer to the above image. It is a TabbedPage with 4 tab page. May I know how can we perform this action. When user click the list, it will navigate to a new page (outside of the tabbedpage). Then, it can go back to the TabbedPage when back…
VV Voon
  • 133
  • 1
  • 10
1 2 3
15
16