🏗️
MauiReactor
  • What is MauiReactor?
  • What's new in Version 2
  • What's new in Version 3
  • Getting Started
  • Getting Started Version 2
  • Components
    • State-less Components
    • Stateful Components
      • Inline Components
    • Component life-cycle
    • Component Properties
    • Component with children
    • Component Parameters
    • Theming
    • Navigation
      • NavigationPage
      • Shell
      • Back button
    • Controls
      • Button
      • RadioButton
      • FlyoutPage
      • CollectionView
        • Interactions
        • Layout
        • Selection
        • Empty view
        • Scrolling
        • Grouping
      • IndicatorView
      • Picker
      • Shell
      • Label
    • Wrap 3rd party controls
      • Lottie animations
      • Provide DataTemplate to native controls
    • Accessing native controls
    • Animation
      • Property-Based
      • AnimationController
      • Timer
    • Graphics
      • CanvasView control
    • Window
    • Testing
    • XAML Integration
  • Deep dives
    • Native tree and Visual tree
    • Dependency injection
    • Working with the GraphicsView
    • Migrating from MVVM Model
    • Using XAML Resources
    • Behaviors
  • resources
    • Source and Sample Applications
  • Q&A
    • How to deal with state shared across Components?
    • Does this support ObservableCollection for CollectionView?
    • Do we need to add states to create simple animations such as ScaleTo, FadeTo, etc on tap?
    • How to deal with custom dialogs/popups?
  • How to create a Menu/ContextMenu?
Powered by GitBook
On this page
  • Navigation
  • Layouts
  • Pages
  • FlyoutPage
  • Views
  • Initiate commands
  • Display collections

Was this helpful?

Edit on GitHub
  1. Components

Controls

This section contains the documentation for all MauiReactor wrappers of .NET MAUI standard controls

PreviousBack buttonNextButton

Last updated 1 year ago

Was this helpful?

This section is under construction: I'll update it in the coming weeks including all the controls from the official .NET Maui documentation

This section of articles will pair one-to-one with .NET official MAUI documentation articles in order to describe how each standard .NET MAUI control can be created in MauiReactor.

This is the official list of controls:

Navigation

Layouts

Pages

FlyoutPage

Views

Initiate commands

Display collections

https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/
Shell
FlyoutPage
RadioButton
CollectionView
IndicatorView
Picker