All Questions
Tagged with tabbedpage toolbar
6 questions
0
votes
0
answers
344
views
.net maui tabbed page with toolbar
I am migrating from xamarin to maui.
Mobile dev.
Working on a tabbed page, issue is the toolbar is not displaying. Code below:
...
<TabbedPage xmlns="http://schemas.microsoft.com/dotnet/2021/...
0
votes
0
answers
142
views
My toolbar buttons are disappearing after two entries
I have successfully created my app and am finally ready to start testing before continuing with designs, however, while testing I find that after using my toolbar buttons twice it just disappears for ...
-3
votes
1
answer
3k
views
Tabbed page custom renderer on Xamarin.Forms [closed]
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 ...
3
votes
1
answer
2k
views
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 ...
0
votes
0
answers
67
views
Creating menuitems in xamarin.ios on a tabbed page using MvvmCross
I am creating a mobile app for android and ios using xamarin and MVVMCross.
In android I have created a tabbed page with 3 tabs using viewpager and toolbar.I have menuitems in the toolbar like Save,...
5
votes
1
answer
3k
views
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 ...