maui-windows Questions
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
9
Solved
How can I set the window size in MAUI?
Background info: I only care about Windows for this application - I chose MAUI so I could use Blazor for a desktop application. For some reason the default wi...
Rogelioroger asked 27/5, 2022 at 1:24
3
I'm trying to hide the backbutton shown in the image on desktop, but no matter what I tried, then it keept showing up.
I have tried
<Shell.BackButtonBehavior>
<BackButtonBehavior IsVisibl...
Bedesman asked 16/8, 2022 at 11:39
2
Solved
How can I make a .net MAUI app maximize the window on Windows when it's launched ?
Currently it is starting as a small window and I don't want the user to have to constantly maximize it.
Thanks,
Standardbearer asked 5/5, 2022 at 14:4
1
Solved
We have a legacy 32-bit C++ dll that we want to use in the .NET MAUI app. The Android version (.so) of this library is working fine. But while trying to load the dll on Windows it fails with follow...
Hatchel asked 29/8, 2022 at 11:6
1
Is it possible to use the exisiting controls of WinUI 3 in the MAUI project? Like controls in https://github.com/microsoft/WinUI-Gallery
I installed the WinUI package to my MAUI project
<ItemGro...
Defeat asked 19/6, 2022 at 4:37
1
Solved
Occurs when binding my view to the view model.
Error description:
System.MissingMethodException: 'No parameterless constructor defined for type 'yournamespace.view.pagename'.'
Eighteenth asked 19/8, 2022 at 18:26
2
I am trying to create a custom Maui Handler for WinUI3 NavigationView.
I have defined the mapping from the virtualView to the PlatformView but i cant seem to convert the Virtual view Content to the...
Zahavi asked 20/5, 2022 at 9:15
1
© 2022 - 2024 — McMap. All rights reserved.