MAUIverse MAUIverse

Secondary ToolbarItems in .NET MAUI 10 on iOS and macOS

One of those small-but-welcome improvements in .NET MAUI 10: secondary ToolbarItems on iOS and macOS Shell pages now render through the native platform overflow menu, making them feel right at home on Apple platforms.

What you’ll learn

  • How ToolbarItem.Order with Primary and Secondary works in .NET MAUI Shell pages
  • The improved iOS and macOS rendering introduced via dotnet/maui#30480
  • Setting up secondary toolbar items in XAML — the same syntax for both Shell and non-Shell pages
  • No custom handlers or platform-specific code required — just the regular ToolbarItem API
  • Testing with the sample project on Microsoft.Maui.Controls version 10.0.70

View Source →

← Back to Community Feed

}