I have an ActionBar that has 5 tabs in it. When viewing it in a lower-resolution device (800x1280) the tabs fit perfectly within the width of the screen. When viewed in a higher resolution (1080x1920) then the tabs are partially off the screen and the ActionBar scrolls horizontally. I would like to have them fit to the size of the screen and not have any scrolling.
I am using Xamarin.Forms for this project. Is there a property or something I might be missing?