maui Questions
2
Is there in MAUI a picker with multiple selection ? I couldn't find any.
So far, am using the standard one. but it doesn't have the ability to select multiple values.
<Picker x:Name="MyPick...
Frap asked 25/7, 2022 at 16:43
20
Solved
I've attempted to start playing with .Net MAUI and I've setup my development environment following the steps as described in:
https://learn.microsoft.com/en-us/dotnet/maui/get-started/first-app?pi...
4
Solved
I'm working with a .NET MAUI Preview 7 project and I need to create a Table/Datagrid but I see that in the XAML file, there is no tag for "Table","DataGrid" or "DataView&qu...
7
Solved
I have created the MAUI project according to the getting started guide:
Installation
Build your first app
It is a default project without any changes.
Now, I am trying to build my project and I g...
Therese asked 19/10, 2021 at 12:6
3
Solved
In azure devops pipelines the 'dotnet workload install maui' step takes 5 to 10 minutes for every build. Is there any way to speed this up? For example by caching or using an image where this is al...
Stringent asked 22/1, 2024 at 8:25
12
When i try to run new MAUI Project below Error is popping up. can someone help me out to solve this issue . i tick the deploy and build in the configuration manager also
Error Message - The Project...
Submerged asked 1/8, 2023 at 14:32
2
Solved
I'm trying to build a custom datePicker in .NET MAUI but I have some issue to solve.
First of all this is how the DatePicker should be:
The main problem is that I would like clicking above the lab...
Massproduce asked 18/7, 2023 at 12:12
4
Solved
I'm trying to update actual fields in an ObservableCollection that is bound to a CollectionView.
The CollectionView updates fine on adding, removing items, but not if I programmatically change an i...
Erwinery asked 14/6, 2022 at 22:12
2
Is there somebody able to explain me what is the difference between :
.NET MAUI Application
.NET MAUI Multi-project App
The official MAUI Windows page doesn't mention the second project's model :...
Ardel asked 24/5, 2024 at 19:56
3
of course I decided to update from .net7 to .net 8 on this, the first day of the release. I am getting the errors below. My google-foo has not been very good. any ideas are appreciated? TIA
Error C...
5
I've just installed VS 2022 preview to use Maui but there seems no way to see a designer view of the XAML, I want to drag and drop controls onto the page but all I get is an ancient looking XAML te...
2
Solved
After MacOS update Visual Studio stopped building .NET MAUI iOS project using paired Mac computer. The following error reported:
The operation couldn’t be completed. Failed to locate any simulator ...
Inchoation asked 10/4, 2024 at 13:1
2
I am developing a .net maui app/frontend app and randomly today began receiving the error "An unhandled win32 exception occurred in myapp.exe." with the addition Warning Alert "A deb...
3
I am quite desperate here. I have a deadline coming, and my VisualStudio is completely messed up now.
I had several MAUI solutions working fine under "Pixel5 - API 33" on my development m...
Callipygian asked 15/11, 2023 at 13:3
5
Solved
I have a very simple UI that has one entry control to enter phone number and a button. The entry control has a handler for removing border around it. When the entry control got focus, keyboard pops...
Ask asked 3/1, 2023 at 18:12
3
Solved
I am trying to change the app icon in a MAUI project but I am unable to do it.
I have added two images to the AppIcon folder ( I tried png and svg but none of them work)
And changed the csproj file...
Joshua asked 7/3, 2023 at 10:41
2
Solved
I am new to mobile development and am writing a .NET MAUI Android application and part of that application needs to be able to sync files. This device has no network connection and will be docked (...
2
I am using .net Maui MVVM source generators to create properties as observable properties. I am using System.Text.Json.Serialization to serialize the properties of a class to JSON. When I use [Json...
Pirate asked 28/11, 2022 at 11:30
4
Solved
When building a .NET MAUI app on Windows using .NET v8.0.100-rc.1.23455.8, I get the following error:
NETSDK1083: The specified RuntimeIdentifier "win10-x64" is not recognized
On the .N...
4
Solved
In .NET MAUI, a ContentPage doesn't have the BarBackgroundColor property, unlike the NavigationPage and TabbedPage. Is there another way to change the nav bar colour, such as a property in the Styl...
3
Solved
It is my definition for xaml:
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="*"/>
<RowDefinition Height="*"/>
</Grid.RowDefinitions>
<...
6
Solved
I am trying to get started with a brand new .NET Maui application. Upon creating the project, it has a single project for the MauiApp, and another project named MauiApp.WinUI. When I try to run the...
Mose asked 19/6, 2021 at 19:51
3
I'd like to set the size of a button in .NET Maui to take up half of the window size, or some other fraction. I want to have some big buttons, and I can not lie. If I was doing this in html/css, I ...
Lambard asked 16/1, 2023 at 19:6
2
Solved
I regretfully ran Visual Studio Updates a few days ago, and following the update, I am stuck in a state that does not let me build or debug my .NET MAUI project. When I launch Visual Studio, There ...
Collocation asked 14/1, 2024 at 2:45
4
I have a problem when using RC1 of MAUI that caused me to remove this part from the Android manifest:
<application
...
android:icon="@mipmap/appicon"
android:roundIcon="@mipm...
© 2022 - 2025 — McMap. All rights reserved.