Questions tagged [maui-windows]

148 questions
0
votes
0 answers

Flashing Root Page during navigation in MAUI Windows application when we do PopToRootAsync() and then PushAsync()

I am working on the MAUI windows application. I am facing an issue with the navigation. In some scenarios, I have to do PopToRootAsync() and then PushAsync() but here the issue is that RootPage is flashing for fraction of a second, and then the new…
RMR
  • 599
  • 3
  • 12
  • 35
0
votes
1 answer

Show a specific image in a window (page, contentpage) when pressing a button from another window (page, contentpage) in C# XMAL NET MAUI

I need help. I would like a code (C# XMAL NET MAUI) so that when a button is pressed in a window (page or contentpage), a specific image is displayed in another window (page or contentpage), I have already searched many forums and YouTube and I…
0
votes
1 answer

Is MAUI Label for TextType as Html using an XML parser on Windows?

The documentation for the MAUI Label control and its TextType property says about the type Html support in https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/label?view=net-maui-7.0: Displaying HTML in a Label is limited to the…
Martin Honnen
  • 160,499
  • 6
  • 90
  • 110
0
votes
1 answer

Community Toolkit Popup closing on window minimize or maximize in .net MAUI

I am working with the Community toolkit, after opening the Popup when I minimize or maximize the window the popup gets closed. To reproduce the issue please follow the below steps. Run the attached project. Click on the button to open the…
difi brasad
  • 289
  • 2
  • 13
0
votes
1 answer

Do we have a datagrid control or something equivalent to show report in maui

There isn't a control for datagrid that views data in rows and columns that I could find from Microsoft instead of from third party. When is Microsoft going to release it?
Arup
  • 155
  • 11
0
votes
0 answers

How to set BlazorWebView transparent in MAUI app

How can I set the background of the BlazorWebView to be transparent instead of white? I believe this is what I need to do, but I'm not seeing how to use a handler to make this change.
Hackmodford
  • 3,901
  • 4
  • 35
  • 78
0
votes
1 answer

MAUI. ScrollView to end

I have such a problem. I have some chat with an interlocutor in Scrollview and it is dynamically updated with new messages. Somehow I had to lower the chat down all the time. I called the following method for lowering: Body.ScrollToAsync(0,…
Bad Wolf
  • 3
  • 2
0
votes
0 answers

How do I get information on resolutions and positions from multiple monitors in MAUI?

I'm writing a cross-platform application in .Net MAUI. When the application is running on a Windows desktop computer it should show a canvas which stretches across multiple monitors. To be able to draw on the correct pixel positions on this canvas I…
Johan
  • 1
  • 1
0
votes
0 answers

I am trying to add DataTemplate XAML code dynamically for CarouselView from View Model in MAUI. I am getting error. Please refer the attached images

Refer the below code snippets, I am having Frame observable collection in View Model and it is binding to the UI. In UI, I have CarouselView and assigning the DataTemplate values with ViewModel Property. **ViewModel Property:** public…
0
votes
0 answers

[WinUI]ArrangeOverride is not being called on invoking its Arrange method

Is there any chance ArrangeOverride notification could get skipped on invoking its Arrange method. Code Snippet: class Parent : LayoutPanel { .......... private void method() --->// any method { child.Arrange(new…
0
votes
0 answers

What is the best way to build Android and Windows compatible MAUI app with DevExpress for MAUI included in project

We are trying to make our app based on MAUI with DevExpress build on Android and Windows. As we know, for now DevExpress does not support Windows, so we decided to make separate Views for Android (with DevExpress) and Windows (with MAUI controls).…
0
votes
1 answer

How to create new blank project in maui

How can i create new blank project in maui? When im creating new project i dont have window to pick theme. I searched all internet and I really dont know how to do or change that.
LilyAngel
  • 9
  • 3
0
votes
1 answer

How to write raw data to usb connected device using .NET MAUI

I would like to write an application that will send raw data to a device that is connected to my mobile phone with Android OS through USB cable. For this purpose, I would like to use .NET MAUI. I know that this is a quite new framework, yet I would…
paweltru
  • 67
  • 6
0
votes
1 answer

How to build x86 (32-bit) version of .NET MAUI App?

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 following error. System.BadImageFormatException: An…
nihar
  • 93
  • 6
0
votes
1 answer

Does the .NET MAUI Map function work on the Windows Machine emulator?

On the Android emulator it opens Google Maps, on the windows machine it doesn't seem to do anything but also doesn't throw an error. Just wondering if this is a working feature before I waste time. Thanks.
Cef
  • 661
  • 1
  • 6
  • 26
1 2 3
9
10