4,172 questions with Developer technologies | .NET | .NET MAUI tags
When will Maui be available in VS 2022?
Having read many posts it seems like Maui is only available in beta versions of VS? Confused.
Developer technologies | .NET | .NET MAUI
Android Deep Linking (Intents) Support in .NET MAUI
I am currently trying to add deep linking support (via Intents) to an Android application written using .NET MAUI. I have added an activity XML element under the application element in my AndroidManifest.xml: <?xml version="1.0"…
Developer technologies | .NET | .NET MAUI
Entry in MAUI is blank in Android but has borders in iOS.
Entry/ Editor control is not uniform in MAUI iOS and Android versions of the same app. How to make it uniform.
Developer technologies | .NET | .NET MAUI
Passing viewmodel properties as parameters in ValueConverters in .Net MAUI
I am trying to create a custom converter in .Net MAUI app but I am not able to pass ViewModel properties as parameter. This is my Xaml code. - <Button.BackgroundColor> <Binding Path="Category">…
Developer technologies | .NET | .NET MAUI
How to remove Calendar icon from DatePicker in maui for windows?
Icon does not match our ui standard.
Developer technologies | .NET | .NET MAUI
MAUI set build action to bundleresource
In Xamarin.iOS, you are able to set a file's build action to BundleResource but I am not finding this in MAUI. I am trying to work with Firestore, and I have this fully functioning in Xamarin Forms but this small thing is blocking me on MAUI. Does…
Developer technologies | .NET | .NET MAUI
Is there a way to use RenderTargetBitmap with MAUI Controls?
I want to export a MAUI control to an image. In WPF we have "RenderTargetBitmap". I tried to use it on MAUI but the method "RenderAync" need a Microsoft.UI.Xaml.UIElement" but the controls of MAUI are…
Windows development | Windows App SDK
Developer technologies | .NET | .NET MAUI

.net MAUI app and WebPages
So I have built my first .net MAUI app. All things good. I would like to put on a webserver and run the app from a weblink on a webpage. Somewhat like the old SmartClient apps. How would I go about that? Thanks.
Developer technologies | .NET | .NET MAUI

Mapper Key seems to be arbitrary
When coding a mapping the key used does not seem to matter. Is there a case where the value matters. PickerBase can be any string and it still works. PickerHandler.Mapper.AppendToMapping("PickerBase", (handler, view) =>
Developer technologies | .NET | .NET MAUI
How to remove the titlebar in MAUI (MacOS and Windows)?
How to remove the titlebar?
Developer technologies | .NET | .NET MAUI
cannot to add new page on .net maui visual studio 2022 for mac
How to add new page on visual studio for Mac 2022
Developer technologies | .NET | .NET MAUI

How to get new version?
Hi! How to get new version of MAUI? In NuGet I see Microsoft.Maui.Dependencies and Microsoft.Maui.Extensions but cannot change the version because "Blocked by project".
Developer technologies | .NET | .NET MAUI

MAUI and Kestrel webserver on Android ARM and iOS
I am a software developer and I am using MAUI and ASP.NET (.NET 6) together in one cross platform application. I found out ASP.NET Kestrel webserver (ASP.NET 6) is not available in MAUI on Android ARM and iOS platforms. When I compile, I get this…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | .NET MAUI
.NET Maui Visual Studio Windows iOS development
I am exploring .Net Maui within Visual Studio 2022 Preview 17.3 for development of multi-platform apps as an evolution of Xamarin. When I develop for iOS and an iPhone connected directly to my Windows PC automatic provisioning does not work. As a…
Developer technologies | .NET | .NET MAUI
How to customize Shell tabs?
Hi! I want to customize Shell tabs on handler level. Is there any ShellHandler or TabBarHandler? Thanks.
Developer technologies | .NET | .NET MAUI


Documentation example missing for MAUI x Blazor
I have been trying to make the MAUI BlazorView work, and based myself on the documentation here: https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/blazorwebview . The problem I face is that the documentation specifically states…
Developer technologies | .NET | .NET MAUI
.Net Maui App
I need to add a TabbedPage below a search field in a ContentPage, in the new .net Maui but it seems like there is no way around, if there is please help me out
Developer technologies | .NET | .NET MAUI
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing

MAUI CollectionView Linespacing
On Windows a CollectionView has a default line spacing of 0 which does not look good on Windows at all (at least not with text items with default font etc.). The visual line spacing is larger than the height of the text fonts which simply does not look…
Developer technologies | .NET | .NET MAUI
UICollectionViewCompositionalLayout.GetLayout(config); always returns null
Hi, I am trying to implement the ipados sidebar code with the new .net 6 core ios and the below code always returns null public override void ViewDidLoad() { base.ViewDidLoad(); var config = new…
Developer technologies | .NET | .NET MAUI
Need advice migrating ASP.NET Core MVC to .NET MAUI
I built a commercial web site with ASP.NET Core MVC that is hosted on an AWS EC2 server that uses a SQL Server database also hosted on AWS RDS. It's running fine for the past couple years as a web app only. We would like to expand to mobile to expose…