docs-maui
docs-maui copied to clipboard
This repository contains documentation for .NET Multi-platform App UI (MAUI).
The described code in "[Reuse custom renderers in .NET MAUI](https://learn.microsoft.com/en-us/dotnet/maui/migration/custom-renderers)" is only valid for the[ referenced example](https://learn.microsoft.com/en-us/samples/dotnet/maui-samples/custom-renderers/), but not for any custom renderer. I tried to migrate an `Entry `CustomRenderer...
This is a great article but it assumes single-project. We really need examples that use multiple platform projects. Migrated Xamarin.Forms projects are likely to not end up as single-project, and...
I thought this was well written, but in the section where you talk about bottom and top tab bars, after you show the screenshot with the Cats and Dogs having...
While reading this page and seeing the examples it is hard to understand the context of the examples. It will say "A page can be modally navigated to by calling...
This page implies that tabs can't be used with Flyout. But there is actually a way of using Flyout and tabs as described at the bottom of this page in...
I have a file that I need to copy onto an Android (and eventually iOS and macOS) device, and get its path. That should be easy but I've spent hours...
The docs say `.NET Multi-platform App UI (.NET MAUI) triggers allow you to express actions declaratively in XAML that change the appearance of controls based on events or data changes`....
I have followed the steps provided in the documentation and I still receive the error message "Error adding record: Missing Entitlement" I am using Visual Studio 2022 for Mac running...
Right now there seems to be not much saying what the `ApplicationVersion` and `ApplicationDisplayVersion` properties do and how they work for a cross-platform level. In addition to this, these numbers...
I am missing some documentation how to style the top of the shell page. Even when setting an Shell.TitleView with a tiny label the header of the page continues to...