docs-maui
docs-maui copied to clipboard
This repository contains documentation for .NET Multi-platform App UI (MAUI).
### Type of issue Missing information ### Description In https://github.com/gzadro/.NET-MAUI-custom-Entry-control, the mapping code is run by calling `Microsoft.Maui.Handlers.ElementHandler.ElementMapper.AppendToMapping(IView, Action)`: https://github.com/gzadro/.NET-MAUI-custom-Entry-control/blob/f3dea0697762e6c8492a8259f71dc77ee3c78285/CustomInputMaui/MauiProgram.cs#L24-L30 In the Map method, the handler is being cast to...
### Type of issue Code doesn't work ### Description When passing in a collection of group items with name attributes as the CollectionView ItemsSource, the names are not displayed as...
### Type of issue Missing information ### Description Hello, I am currently developing a .net maui app that uses the maui maps library with google maps api. I have searched...
MAUI in .NET 7 introduces a static layout manager factory that users can configure in their app, to handle creating layout managers. Layout managers are used to handle the measure/arrange...
### Type of issue Code doesn't work ### Description [Enter feedback here] Hi msiexec flags the given example msiexec /x {EEC1BB5F-3391-43C2-810E-42D78ADF3140} /q IGNOREDEPENDENCIES=ALL as a syntax error. It accepts msiexec...
### Type of issue Missing information ### Description Currently the TitleBar can be customized visually through WinUI Templates. We get a number of issues from people around how to apply...
### Type of issue Code doesn't work ### Description Issue with [Publish a .NET MAUI app for Windows with Visual Studio](https://learn.microsoft.com/en-us/dotnet/maui/windows/deployment/publish-visual-studio-folder?view=net-maui-8.0&viewFallbackFrom=net-maui-7.0%22https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fdotnet%2Fmaui%2Fwindows%2Fdeployment%2Fpublish-visual-studio-folder%3Fview%3Dnet-maui-7.0%22) The installed application is not checking for the update...
The version of dotnet I am using is 8.0 1.The Shell code is as follows ```xaml ``` 2. Cats Page: ```xaml ``` 3. When SearchHandler is removed, the tab will...
### Type of issue Missing information ### Description [Enter feedback here] This article doesn’t explain nor provide code to deal with newer versions of Android that don’t let you track...
### Type of issue Code doesn't work ### Description When using the default template for Flyout Items provided here: https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/shell/flyout?view=net-maui-8.0#default-template-for-flyoutitems Specifically this code below: ``` ``` The App will crash...