Maui Sample Project State
Before Maui Linux can be used for projects, the goal should be to get the Maui Sample Project fully up and running.
The purpose of this list is not to identify every small display issue, but to find app-breaking errors and major display problems.
Last updated: Currently under construction
Legend
- ✓ OK
- ✗ Throws Exception or Not fully Working
- ? Unknown / not verified
General Issues
- Spacing (Margin and Padding)
- Image Resizing
- Filtering
- Settings not shown
- Transparent Image with BackgroundColor
Main Page


| Sub Page | In Sample | Can Open | Works | Notes |
|---|---|---|---|---|
| Blazor | ✓ | ✗ | ✗ | |
| Core | ✓ | ✓ | ✗ | |
| Controls | ✓ | ✓ | ✗ | |
| Platform Specifics | ✓ | ✓ | ✗ | |
| Compatibility | ✓ | ✓ | ✗ | |
| Layouts | ✓ | ✓ | ✗ | |
| User Interface Concepts | ✓ | ✓ | ✗ | |
| Other Concepts | ✓ | ✓ | ✗ |
Blazor

Currently Blazor Page throws an Exception
Core


| Sub Page | In Sample | Can Open | Works | Notes |
|---|---|---|---|---|
| Alerts | ✓ | ✓ | ✗ | |
| App Control | ✓ | ✓ | ✗ | |
| AppThemeBindings | ✓ | ✓ | ✓ | |
| Brushes | ✓ | ✓ | ✗ | |
| Clip | ✓ | ✓ | ✗ | |
| ContextFlyout | ✓ | ✗ | ✗ | FontImage Not implemented yet, throws not implemented exception |
| ContentPage | ✓ | ✓ | ✗ | |
| Device | ✓ | ✓ | ? | |
| Dispatcher | ✓ | ✓ | ✓ | |
| Effects | ✓ | ✓ | ? | |
| FlyoutPage | ✓ | ✓ | ? | |
| Focus Management | ✓ | ✓ | ✗ | |
| Gestures | ✓ | ✓ | ✗ | |
| InputTransparent | ✓ | ✓ | ✗ | |
| MenuBar | ✓ | ✓ | ? | |
| Modal | ✓ | ✓ | ✗ | |
| Multi-Window | ✓ | ✗ | ✗ | Webkit exception |
| Navigation Page | ✓ | ✓ | ✗ | |
| Semantics | ✓ | ✓ | ? | |
| Shadows | ✗ | ✗ | ? | |
| Transformations | ✗ | ✗ | ? | |
| Window Title Bar | ✗ | ✗ | ? |
Controls


| Sub Page | In Sample | Can Open | Works | Notes |
|---|---|---|---|---|
| ActivityIndicator | ✓ | ✓ | ✗ | |
| Border | ✓ | ✓ | ✗ | |
| BoxView | ✓ | ✓ | ✗ | |
| Button | ✓ | ✓ | ✗ | |
| Checkbox | ✓ | ✓ | ✗ | |
| CarouselView | ✓ | ✓ | ✗ | |
| CollectionView | ✓ | ✓ | ✗ | |
| Datepicker | ✓ | ✓ | ✗ | |
| Editor | ✓ | ✓ | ✗ | |
| Entry | ✓ | ✓ | ✗ | |
| HybridWebView | ✗ | ✗ | ✗ | |
| Image | ✓ | ✗ | throws Not Implemented Exception (Font Image) | |
| ImageButton | ✓ | ✓ | ✗ | |
| IndicatorView | ✓ | ✓ | ✗ | |
| Label | ✓ | ✓ | ✗ | |
| Maps | ✓ | ✓ | ✗ | |
| Picker | ✓ | ✓ | ✗ | |
| ProgressBar | ✓ | ✓ | ✗ | |
| RadioButton | ✓ | ✓ | ✗ | |
| RefreshView | ✓ | ✓ | ✗ | |
| SearchBar | ✓ | ✓ | ✗ | |
| Shapes | ✓ | ✓ | ✗ | |
| Slider | ✓ | ✓ | ✗ | |
| SwipeView | ✓ | ✓ | ✗ | |
| Stepper | ✗ | ✗ | ✗ | |
| Switch | ✗ | ✗ | ✗ | |
| TimePicker | ✗ | ✗ | ✗ | |
| WebView | ✗ | ✗ | ✗ |
Platform Specifics


| Sub Page | In Sample | Can Open | Works | Notes |
|---|
Compatibility


| Sub Page | In Sample | Can Open | Works | Notes |
|---|---|---|---|---|
| Frame | ✓ | ✓ | ✗ | Not in .NET 10 Samples Project |
| ListView | ✓ | ✓ | ✗ | |
| TableView | ✓ | ✓ | ✗ | |
| TabbedPage | ✓ | ✓ | ✗ | |
| AndExpand | ✓ | ✓ | ✗ |
Layouts


| Sub Page | In Sample | Can Open | Works | Notes |
|---|---|---|---|---|
| AbsoluteLayout | ✓ | ✓ | ✗ | |
| ContentView | ✓ | ✓ | ✗ | |
| FlexLayout | ✓ | ✓ | ✗ | |
| Grid | ✓ | ✓ | ✗ | |
| RelativeLayout | ✓ | ✗ | ✗ | Invalid Operation Exception |
| ScrollView | ✓ | ✓ | ✗ | |
| StackLayout | ✓ | ✓ | ||
| TemplatedView | ✓ | ✓ | ✗ | |
| HorizontalStackLayout | ✓ | ✓ | ✗ | |
| VerticalStackLayout | ✓ | ✓ | ✗ | |
| Layout Updates | ✓ | ✓ | ✗ | |
| Z-Index | ✓ | ✓ | ✗ | |
| Clipping | ✓ | ✓ | ✗ | |
| Custom Layout | ? | ✗ | ✗ | System.Exception: "Handler not found for view Maui.Controls.Sample.Pages.DockLayout"
Strange behavior Page was there then App is crashed, Page is vanished |
| Layout IsEnabled | ✗ | ✗ | ✗ | There is some Code for it |
User Interface Concepts


| Sub Page | In Sample | Can Open | Works | Notes |
|---|---|---|---|---|
| Animations | ✓ | ✓ | ✗ | |
| Behaviors | ✓ | ✓ | ✗ | |
| Fonts | ✓ | ✓ | ✗ | |
| Styles | ✓ | ✗ | ✗ | Microsoft.Maui.Controls.Xaml.XamlParseException: "Position 11:18. Position 11:18. Type converter failed: Cannot convert "Color.Pink" into Microsoft.Maui.Graphics.Color" |
| Triggers | ✓ | ✓ | ✗ | |
| VisualStates | ✓ | ✓ | ✗ |
Other Concepts


| Sub Page | In Sample | Can Open | Works | Notes |
|---|---|---|---|---|
| GraphicsView | ✓ | ✓ | ✗ | |
| Large Titles - iOS | ✓ | ✓ | ✗ | |
| StyleSheets | ✓ | ✓ | ✗ | |
| Foldable | ✓ | ✗ | ✗ | System.InvalidOperationException: "Sequence contains no matching element" maybe WSL only? |
| Render Views | ✓ | ✓ | ✗ | |
| Hit Testing | ✓ | ✓ | ✗ |