Xamarin Form:有没有办法减少 ToolBarItems 上的间距

Xamarin Form: Is there a way to reduce the spacing on ToolBarItems

我正在使用导航栏上的 ToolBarItems。在 iOS 上,工具栏项目之间的距离很远。我们能不能把他们拉近一点。

项目之间的间距遵循Human Interface Guideline from Apple for iOS。我建议不要违反指南,除非你有非常具体的原因。

回答你的问题:

您可以使用自定义渲染器使 UIToolbar and or UINavigationbar that places its subviews aka UIBarButtonItem 靠得更近。