No view all my toolbar items , how add scroll for toolbar items or any other solution ?
` foreach (var category in avm.Categories)
{
ToolbarItem ItemCategory = new ToolbarItem();
ItemCategory.Name = category.Name;
ToolbarItems.Add (ItemCategory);
}`