Skip to content

.NET MAUI Status (Detailed)

sung-su.kim edited this page Mar 17, 2022 · 11 revisions

We have created a detailed list to easily show the .NET MAUI Tizen status and evolution.

Icon Description
⚠️ Pending
Underway
Done
💔 Never implemented in Xamarin.Forms for this platform
🕐 Delayed

Overview

To track ongoing progress, filter on the handlers label.

Pages

Control Android iOS / Mac Catalyst Windows Tizen
ContentPage
FlyoutPage
NavigationPage
TabbedPage

Views

✅ ActivityIndicator

API Android iOS / Mac Catalyst Windows Tizen
Color
IsRunning

⏳ Button

API Android iOS / Mac Catalyst Windows Tizen
BackgroundColor
BorderColor
BorderWidth
CharacterSpacing 💔
Clicked
Command
CommandParameter
ContentLayout ⚠️
CornerRadius ⚠️
FontAttributes
FontFamily
FontSize
ImageSource
Padding ⚠️
Pressed
Released
Text
TextColor
LineBreakMode

✅ CarouselView

API Android iOS / Mac Catalyst Windows Tizen
CurrentItem ⚠️
CurrentItemChangedCommand ⚠️
CurrentItemChangedCommandParameter ⚠️
IndicatorView ⚠️
IsBounceEnabled ⚠️
IsDragging ⚠️
IsScrollAnimated ⚠️
IsSwipeEnabled ⚠️
ItemsLayout ⚠️
Loop ⚠️
PeekAreaInsets ⚠️
Position ⚠️
PositionChangedCommand ⚠️
PositionChangedCommandParameter ⚠️
VisibleViews ⚠️

✅ CheckBox

API Android iOS / Mac Catalyst Windows Tizen
Color
CheckedChanged
IsChecked

✅ CollectionView

API Android iOS / Mac Catalyst Windows Tizen
ItemsSource
ItemTemplate
ItemsPanel ⚠️
ItemSizingStrategy
SelectionMode
SelectedItem
SelectedItems ⚠️
SelectionChangedCommand
SelectionChangedCommandParameter
EmptyView
Scrolled
ScrollTo
Header
HeaderTemplate
Footer
FooterTemplate
IsGrouped
GroupHeaderTemplate
GroupFooterTemplate

✅ DatePicker

API Android iOS / Mac Catalyst Windows Tizen
BackgroundColor
CharacterSpacing 💔
Date
DateSelected
FontAttributes
FontFamily
FontSize
Format
MaximumDate
MinimumDate
TextColor

✅ Editor

API Android iOS / Mac Catalyst Windows Tizen
AutoSize ⚠️
Completed
CharacterSpacing 💔
FontAttributes
FontFamily
FontSize
IsReadOnly
IsTextPredictionEnabled
PlaceHolder
PlaceHolderColor
Text
TextColor
MaxLength

✅ Entry

API Android iOS / Mac Catalyst Windows Tizen
ClearButtonVisibility ⚠️
CharacterSpacing 💔
Completed
CursorPosition
FontAttributes
FontFamily
FontSize
HorizontalTextAlignment
IsTextPredictionEnabled
IsPassword
PlaceHolder
PlaceHolderColor
VerticalTextAlignment
ReturnCommand
ReturnCommandParameter
ReturnType
SelectionLength
Text
TextColor

✅ Frame

API Android iOS / Mac Catalyst Windows Tizen
BorderColor
CornerRadius
HasShadow

✅ IndicatorView

API Android iOS / Mac Catalyst Windows Tizen
IndicatorColor ⚠️
IndicatorLayout ⚠️
IndicatorSize ⚠️
IndicatorShape ⚠️
IndicatorTemplate ⚠️
ItemsSource ⚠️
MinimumVisible ⚠️
Position ⚠️
SelectedIndicatorColor ⚠️

✅ Image

API Android iOS / Mac Catalyst Windows Tizen
Aspect
IsLoading
Source

✅ ImageButton

API Android iOS / Mac Catalyst Windows Tizen
BorderColor ⚠️
BorderWidth ⚠️
Command
CommandParameter
CornerRadius ⚠️
IsLoading ⚠️
IsOpaque ⚠️
IsPressed ⚠️
Padding ⚠️
Source
Clicked
Pressed
Released

⏳ Label

API Android iOS / Mac Catalyst Windows Tizen
CharacterSpacing 💔
Font
FontAttributes
FontFamily
FontSize
FormattedText ⚠️
HorizontalTextAlignment
LineBreakMode
LineHeight 💔
MaxLines 💔
Padding 💔
Text
TextColor
TextDecorations
TextType
VerticalTextAlignment

✅ Picker

API Android iOS / Mac Catalyst Windows Tizen
CharacterSpacing 💔
FontAttributes
FontFamily
FontSize
HorizontalTextAlignment
ItemDisplayBinding
Items
ItemsSource
SelectedIndex
SelectedIndexChanged
SelectedItem
TextColor
Title
TitleColor
VerticalTextAlignment

✅ ProgressBar

API Android iOS / Mac Catalyst Windows Tizen
Progress
ProgressColor
ProgressTo

✅ RadioButton

API Android iOS / Mac Catalyst Windows Tizen
CheckedChanged ⚠️
GroupName ⚠️
IsChecked
TextColor
CharacterSpacing 💔
Font ⚠️
BorderColor ⚠️
BorderWidth ⚠️
CornerRadius ⚠️

✅ RefreshView

API Android iOS / Mac Catalyst Windows Tizen
Command ⚠️
CommandParameter ⚠️
IsRefreshing ⚠️
RefreshColor ⚠️
Refreshing ⚠️
Content ⚠️

⏳ SearchBar

API Android iOS / Mac Catalyst Windows Tizen
BackgroundColor
CharacterSpacing 💔
CancelButtonColor
FontAttributes
FontSize
HorizontalTextAlignment
IsTextPredictionEnabled
IsReadOnly
MaxLength
SearchCommand
SearchCommandParameter
Text
TextColor
VerticalTextAlignment

✅ Shapes

API Android iOS / Mac Catalyst Windows Tizen
Fill
Stroke
StrokeDashArray
StrokeDashOffset
StrokeLineCap
StrokeLineJoin
StrokeMiterLimit
StrokeThickness

✅ Slider

API Android iOS / Mac Catalyst Windows Tizen
DragCompleted
DragCompletedCommand
DragStarted
DragStartedCommand
Maximum
MaximumTrackColor
Minimum
MinimumTrackColor
ThumbColor
ThumbImageSource 💔
Value
ValueChanged

✅ Stepper

API Android iOS / Mac Catalyst Windows Tizen
Increment
Maximum
Minimum
Value
ValueChanged

✅ Switch

API Android iOS / Mac Catalyst Windows Tizen
IsToggled
OnColor
ThumbColor

✅ TimePicker

API Android iOS / Mac Catalyst Windows Tizen
BackgroundColor
CharacterSpacing 💔
FontAttributes
FontFamily
FontSize
Format
Time
TextColor

✅ WebView

API Android iOS / Mac Catalyst Windows Tizen
CanGoBack ⚠️
CanGoForward ⚠️
Cookies ⚠️
Source
Eval
EvaluateJavaScriptAsync
GoBack
GoForward
Reload

Other Handlers

View Android iOS / Mac Catalyst Windows Tizen
Map 🕐 🕐 🕐 ⚠️
SwipeView

⏳ View

API Android iOS / Mac Catalyst Windows Tizen
AnchorX
AnchorY
Background
BackgroundColor
Clip
FlowDirection ⚠️
Frame
Height
InputTransparent
IsEnabled
IsFocused ⚠️
IsTabStop 🕐 🕐 🕐 ⚠️
IsVisible
Opacity
Rotation
RotationX
RotationY
Scale
ScaleX
ScaleY
TabIndex 🕐 🕐 🕐 ⚠️
TranslationX
TranslationY
Width
X
Y

Layouts

Layout Android iOS / Mac Catalyst Windows Tizen
AbsoluteLayout
ContentPresenter
ContentView
FlexLayout
Grid
RelativeLayout
ScrollView
StackLayout
TemplatedView

Features

Feature Android iOS / Mac Catalyst Windows Tizen
Accessibility
Animation
New Border Control
Brushes Everywhere
Device
Gestures
ImageHandlers
Interactivity (Behaviors, Triggers, Visual State Manager)
FlowDirection (RTL)
Fonts
Lifecycle Events
Themes 💔
Shadows 💔
Shell
Styles
View Transforms