Use
page.NavigationBar.AddTopItem(...)
page.NavigationBar.AddTopSubItem(...)
instead of
page.NavigationBar.AddSideBarItem(...)
page.NavigationBar.AddSideBarSubItem(...).
Check the BuildNavigationBar Sub in the ABMShared file of the Demo app of ABMaterial. You will find a commented-out horizontal menu there.