I'm just now starting to toy around with Xamarin.Forms, and I can't seem to figure out how to set the title of a ToolbarItem
. I can set the Name
, which happens to appear as the title if you don't have an icon, but the Name
is used as a symbol in the code-behind, and as a result you can't have any spaces or special characters in that field. You also can't bind it.
Am I missing something?