Base:
6 references to Items
Microsoft.Maui.Controls.Compatibility (6)
iOS\Renderers\NavigationRenderer.cs (6)
949
if (
Items
== null ||
Items
.Length == 0)
959
var itemW = toolbarWidth /
Items
.Length;
961
foreach (var item in
Items
)
983
if (
Items
== null)
985
for (var i = 1; i <
Items
.Length; i++)