Questions tagged [toolbaritems]
50 questions
2
votes
1 answer
Xamarin.Forms: Not visible ToolbarItems in ContentPage
I am using Xamarin.Forms for my project & I need to have Toolbar at the top of the page.
I am trying to get it along with Tabbed pages at bottom.
My code is

R15
- 13,982
- 14
- 97
- 173
2
votes
0 answers
Xamarin TabbedPage with different ToolbarItems for each ContentPage
I need to have different ToolbarItems for each ContentPage that are inside the main TabbedPage.
I have tried with:

Hikari
- 589
- 7
- 29
2
votes
0 answers
xamarin forms ToolbarItem custom renderer
I want my ToolbarItems to have Color, HorizontalOptions and IsVisiblle properties, I know I should write a custom renderer, but as I'm new to xamarin I don't know which class I should derive my renderers from on each platform(iOS and Android) , is…

Reihaneh Khaksaran
- 218
- 2
- 15
2
votes
1 answer
Xamarin Forms ToolbarItem Icon from URL
I've got a problem: In my Xamarin Forms project I want to show an Icon in the top left corner, but the image is only via url available.
This is my Code:
var toolbaricon = new ToolbarItem();
toolbaricon.Icon =…

Juan Wayne
- 35
- 3
1
vote
1 answer
Is it possible to insert a ToolBar on two lines?
I wanted to ask if it was possible to insert in Xamarin a ToolBar on two or more lines and, if possible, also how to change the background color.
Thanks
user16937336
1
vote
0 answers
Xamarin Forms Toolbaritems are not show
I'm trying to create toolbaritems in my root page.
Toolbaritems arent show only in startup page, if i navigate to new page, they are there.
Fragment xaml

TomR
- 9
- 3
1
vote
1 answer
SwiftUI: how to present more than one ToolbarItem using semantic placement?
The WWDC 2020 SwiftUI talks made mention of a new ".toolbar" modifier. Toolbars vary depending on the device being used and the toolbar modifier should create the proper type of toolbar for the device. Moreover, toolbars vary depending on how a view…

Bill Nattaner
- 774
- 7
- 15
1
vote
1 answer
dynamic Binding to ToolbarItem Icon to switch Images from File
I am trying to build a Toolbar using MVVM with a Filter Icon. when you click it you navigate somewhere where you set a filter and then get navigated back. IF the Filter is active with selected Items I want the Toolbar Icon to be a different image…

Anna S.
- 55
- 8
1
vote
2 answers
ToolbarItem is not showing
Im currently reading trough this book.
Already at the beginning of the book I have a problem. I have Primary ToolbarItems and Secondary ToolbarItems. But none of them are shown. What am I doing wrong?

axbeit
- 853
- 11
- 35
1
vote
0 answers
Toolbar not showing up in Xamarin.Forms (Android)
I cannot get to work my toolbar.
I used xaml to define toolbarItems like this:
MainPage.xaml.cs…

positive perspective
- 339
- 1
- 3
- 18
1
vote
1 answer
Xamarin.Forms/UWP: issue with Iconize and MasterDetailPage
I use the Iconize plugin for my project, and there is an issue that occurs in case of the IconToolbarItem is used in a IconNavigationPage, that is itself used in the Detail of a MasterDetailPage.
If we launch the UWP project from IconizeSample, the…

Gold.strike
- 1,269
- 13
- 47
1
vote
4 answers
uinavigationController's toolbar with custom items
I am trying to use the NavigationController's toolbar in my app. This toolbar's toolbarItems are suppose to change depending on which view controller is presented. this is very basic.
What I am trying to do is to add custom buttons to the toolbar…

Bittu
- 676
- 2
- 8
- 22
1
vote
2 answers
How do I remove a button from a view controller's toolbar on the iPhone?
I have code that works great for adding a button to the toolbar:
NSArray* toolbarItems = [NSArray arrayWithObjects:flexibleSpace,shuffleBarItem,flexibleSpace,nil];
self.toolbarItems = toolbarItems;
However, I also want to be able to remove toolbar…

Tony
- 18,776
- 31
- 129
- 193
0
votes
1 answer
My ToolbarItems don't show in Shell pages because of NavBar missing... But the NavBar is hideous
I am lost with the Shell.NavBar and ContentPage.ToolbarItems interactions. I intend to add a "logout" button on all pages in my MAUI app. I have a shell app with this AppShell.xaml code:

Alex
- 157
- 8
0
votes
0 answers
How to show a custom view on keyboard - SwiftUI
I'd like to show custom view on Toggle Software keyboard, it does not satisfy the given condition by ToolbarItemGroup(placement: .keyboard).
The view should be seen on the letters, not at the top of keyboard.
Thanks.
TextFiled .toolbar{…

Ömer ŞANLI
- 1
- 1