docs-maui
docs-maui copied to clipboard
This repository contains documentation for .NET Multi-platform App UI (MAUI).
In .NET MAUI 9, setting `MainPage` from `Application` is now obsolete. This will require massive updates to docs and samples. More info: https://github.com/dotnet/maui/pull/23692
In .NET MAUI 9, there's a new `HandlerProperties.DisconnectPolicy` API for controlling when `DisconnectHandler` is called. More info: https://github.com/dotnet/maui/pull/23738
In .NET MAUI 9, the `IsEnabled` and `IsVisible` properties in `BackButtonBehavior` have their binding modes changed from `BindingMode.OneTime` to `BindingMode.OneWay`. This may not require any doc updates, but it's worth...
In .NET MAUI 9, there's a `TitleBar` control on Windows that enables the title bar of desktop apps to be customised. More info: https://github.com/dotnet/maui/pull/23019 and https://github.com/dotnet/maui/pull/23845
In .NET MAUI 9, there's a back compatbility switch to use the 0.0.0.0 address: ```csharp / Set this switch to use the LEGACY behavior of always using 0.0.0.0 to host...
.NET MAUI 9 obsoletes the legacy measure calls. Sweep the docs/samples for usage and update. As part of this work a `MeasureView` method has been added as the preferred way...
### Type of issue Other (describe below) ### Description Can some detail be added as to why the word "attempt" is in the following sentence? Is ToUIViewController not recommended? Are...
I am thinking we should add documentation around Android emulators and what works where. Got a few questions around Windows ARM devices and currently there isn't any support out there....
Update the WebView doc with this info. More info: https://github.com/dotnet/maui/issues/23027#issuecomment-2260199263