Category: page types

  • XAML Page Types

    ContentPage ContentPage : Defines a single page within your application. This is the most basic page type in dotnet MAUI. StackLayout : Arranges child elements in a vertical stack. Let’s look attributes of StackLayout. RadioButtons : Allows the user to select one option from a set. Let’s look RadioButton attributes. Tabbed Page TabbedPage : Represents…