Windows platform-specifics
.NET Multi-platform App UI (.NET MAUI) platform-specifics allow you to consume functionality that's only available on a specific platform, without customizing handlers.
The following platform-specific functionality is provided for .NET MAUI views, pages, and layouts on Windows:
- Setting an access key for a VisualElement. For more information, see VisualElement Access Keys on Windows.
The following platform-specific functionality is provided for .NET MAUI views on Windows:
- Detecting reading order from text content in Entry, Editor, and Label instances. For more information, see InputView Reading Order on Windows.
- Enabling tap gesture support in a ListView. For more information, see ListView SelectionMode on Windows.
- Enabling the pull direction of a RefreshView to be changed. For more information, see RefreshView Pull Direction on Windows.
- Enabling a SearchBar to interact with the spell check engine. For more information, see SearchBar Spell Check on Windows.
The following platform-specific functionality is provided for the .NET MAUI Application
class on Windows:
- Specifying the directory in the project that image assets will be loaded from. For more information, see Default Image Directory on Windows.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.