Currently, in Xamarin.Forms Shell you only can specify a header in the flyout menu. If you have a somewhat larger menu that you would like to divide in sections, then Shell doesn’t provide an out-of-the-box solution. So time to think of a solution ourselves. Let’s start with the final result. Suppose you want to haveContinue reading “Adding header items in the Xamarin.Forms Shell Flyout menu”
Tag Archives: Shell
Selecting a default Flyout menu item in Xamarin.Forms Shell
Intro When you create your Flyout menu, Shell automatically sets the first Flyout items as the default page of your app. Based on your requirements, this might not always be the desired behaviour. This article will show you how to set a default Flyout item in the menu. The code samples in this article areContinue reading “Selecting a default Flyout menu item in Xamarin.Forms Shell”