3,469 questions with .NET MAUI tags

Sort by: Updated
2 answers

Editor controls in grid don't resize correctly after grid and row compressed to zero width and expanded back

Editor controls in a 3x3 grid don't resize correctly after compressing one of the rows and columns to 0 width and height and expanding it back to normal size. The bug is only present on the windows platform using Editor controls. Resizing works correctly…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
808 questions
asked 2024-09-24T04:33:12.63+00:00
TazKing 0 Reputation points
commented 2024-10-03T05:58:35.0766667+00:00
TazKing 0 Reputation points
0 answers

How to Drag and Drop Outlook Attachments into a .NET MAUI Application?

I’m working on a .NET MAUI application that allows users to drag and drop file attachments from Outlook. I have successfully implemented drag-and-drop functionality for files from Windows Explorer, but I’m facing challenges when trying to do the same…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,561 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,801 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-10-02T21:03:12.09+00:00
Ansh 0 Reputation points
commented 2024-10-03T05:45:14.5633333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 31,161 Reputation points Microsoft Vendor
1 answer

Autoload for "CollectionView" element

For the "CollectionView" element, you can use "RefreshView", but it is not clear how to implement it in the code. Please tell me. I use "HttpClient" to fill the "CollectionView" data

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-10-02T10:06:19.9233333+00:00
валера карманов 101 Reputation points
answered 2024-10-03T03:10:57.2833333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 75,121 Reputation points Microsoft Vendor
1 answer

search code does not execute (xaml page,pagemodel or MVVM )

I'm trying to add a search bar to my app, but can not get the code to execute. I've placed breakpoints in the pagemodel but they are tripped. Xaml: <SearchBar x:Name="searchBar" HorizontalOptions="Fill" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,900 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
808 questions
asked 2024-10-01T13:18:57.4+00:00
tim 160 Reputation points
answered 2024-10-03T02:27:22.6366667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 75,121 Reputation points Microsoft Vendor
1 answer

How to fire SelectionChanged event of CollectionView on WebView click

I am using Visual Studio 2022 and maui 8.0 and API level 33 I have collectionView and inside it I have Label and WebView . I have written SelectionChanged Event as well. When I am trying to click Data at WebView SelectionChanged does not fire but when…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-09-26T09:27:39.1533333+00:00
Faiz Quraishi 145 Reputation points
commented 2024-10-03T01:50:17.67+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 31,161 Reputation points Microsoft Vendor
1 answer

Maui app issue

Hi, How to verify .Net Maui App is fine to work within Android? Any example? The build version is MauiXaml

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-09-09T08:29:11.0866667+00:00
Peter_1985 2,666 Reputation points
commented 2024-10-03T01:46:36.5266667+00:00
Peter_1985 2,666 Reputation points
1 answer

How to do the migration sqlite db with Ef core for blazor hybrid MAUI?

Hi I am working on an application for the Windows platform using Blazor Hybrid MAUI and want to create a SQLite database with multiple tables using EF Core for the migration. I have already defined the ApplicationDbContext.cs file and added it to…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,572 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-10-02T10:06:51.8633333+00:00
sblb 1,191 Reputation points
edited the question 2024-10-03T01:13:50.0233333+00:00
Zhi Lv - MSFT 32,326 Reputation points Microsoft Vendor
0 answers

How do I fix "MessagingRemoteException: An error occurred on client Build1758030 while executing a reply for topic xvs/build/17.5.8030/execute-task/{AppName}/7281a93002fReadItemsFromFile" during iOS MAUI App bundle distribution?

Trying to publish my iOS application is giving me the following error no matter what I do, and I have already burned DAYS trying to resolve it. I can build the project fine, it runs in the simulator no issues. and I have previously built a testflight…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-09-20T03:47:38.8466667+00:00
Robert Heffernan 10 Reputation points
commented 2024-10-03T01:10:25.7966667+00:00
Robert Heffernan 10 Reputation points
1 answer

Display radio button selection in Label without submitting the button twoway binding

I want to display the Radio button Selection in a Label (example Area/Perimeter),without submitting the button two way binding, please suggest. @page "/SquareSide" @using System.ComponentModel.DataAnnotations; @using MauiAppMCQs.Models; @using…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-10-02T16:43:51.61+00:00
Kalyan A 185 Reputation points
answered 2024-10-02T19:50:35.4033333+00:00
Bruce (SqlWork.com) 64,826 Reputation points
1 answer

reusable template

In my collectionView, I have this <CollectionView Margin="20" ItemsSource="{Binding Turbines}"> <CollectionView.ItemTemplate> <DataTemplate x:DataType="model:TurbinePin"> …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-09-25T16:38:02.9433333+00:00
Eduardo Gomez Romero 465 Reputation points
answered 2024-10-02T10:53:24.3733333+00:00
http://academicservices.us 0 Reputation points
1 answer One of the answers was accepted by the question author.

padding in swipeview

I have I padding in the swipe view, that I don't know where is coming from, I already tried, to set margin, padding to 0 and nothing When I swipe, I don't want to see the padding I am trying to mimic the behavior of the outlook app, when you delete…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-09-29T03:29:17.1166667+00:00
Eduardo Gomez Romero 465 Reputation points
accepted 2024-10-02T10:45:42.7866667+00:00
Eduardo Gomez Romero 465 Reputation points
1 answer One of the answers was accepted by the question author.

How to get data binding object in "DataTemplate"?

Hello. I fill the "CollectionView" element with data from "HttpClient" and when outputting to the page I want to access the object that contains information about one object. How can I do this in the "DataTemplate" class…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-10-02T06:20:01.3066667+00:00
валера карманов 101 Reputation points
accepted 2024-10-02T10:01:50.1933333+00:00
валера карманов 101 Reputation points
1 answer One of the answers was accepted by the question author.

How to change the bacground and text color of MenuFlyoutItem?

Hi, How to change the bacground and text color of MenuFlyoutItem? <FlyoutBase.ContextFlyout > <MenuFlyout > <MenuFlyoutItem Text="Load external configurations" Command="{Binding…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-09-25T14:36:05.62+00:00
Dani_S 3,766 Reputation points
accepted 2024-10-02T09:50:26.3966667+00:00
Dani_S 3,766 Reputation points
3 answers

How to read data from Serial Ports on Android using MAUI

Hi everyone, I'm working on a .NET MAUI app for Android and I’m having some trouble. Right now, my code just displays the connected USB devices info, but I actually need to read data from serial ports instead. Here's the code I have so far: #if…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-09-28T13:43:25.7+00:00
Yusuf-3141 25 Reputation points
edited an answer 2024-10-02T09:40:54.2833333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 75,121 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

CollectionView Outlook animtion

I have a collectionView <ContentPage.Behaviors> <toolkit:EventToCommandBehavior Command="{Binding PageEnterCommand}" CommandParameter="{Binding Source={x:Reference TurbineCollection}}" …

Outlook
Outlook
A family of Microsoft email and calendar products.
3,801 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-09-28T18:00:02.7966667+00:00
Eduardo Gomez Romero 465 Reputation points
edited the question 2024-10-02T08:54:31.0166667+00:00
SokiGuo-MSFT 27,341 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

realtime uppdate

I have a service that start a timer public class TurbinesService(DeviceLanguageService deviceLanguageService) { private const int HoursDay = 24; private const int MinutesDay = 60; private const double IncrementValue =…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-10-01T20:29:59.3+00:00
Eduardo Gomez Romero 465 Reputation points
edited an answer 2024-10-02T08:32:47.9033333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 31,161 Reputation points Microsoft Vendor
1 answer

How can I check for updates from within a Windows app in .NET MAUI?

I am developing a windows application using .NET MAUI planform. I am deploying it to the user using the appinstaller file. I configured the appinstaller file to check for update in the background every 8 hour once. What I also need is to check for update…

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
784 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-09-28T19:13:18.2666667+00:00
Lohith K K 105 Reputation points
edited the question 2024-10-01T21:24:16.1666667+00:00
Rob Caplan - MSFT 5,452 Reputation points Microsoft Employee
0 answers

App cycle error on converting

I am binding app, for removal of Co2 For some reason the calculation is not very accurate, The RemovedCo2Kilograms update every second. but the values are wrong So, I wanted to start a timer, when I start the app App Start namespace METROWIND { …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-10-01T00:07:01.5+00:00
Eduardo Gomez Romero 465 Reputation points
edited a comment 2024-10-01T07:17:30.6866667+00:00
Eduardo Gomez Romero 465 Reputation points
2 answers

Switching from Visual Studio 2022 for Mac to VSCode and Upgrading dotnet SDKs

I am trying really hard to switch from Visual Studio 2022 for Mac to VSCode because VS2022 is out of support now. It is a really struggle. One of the issues I am dealing with is upgrading the dotnet sdk. VS2022 always did that for me. When I went to this…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-09-17T14:14:05.85+00:00
Tony Pitman 80 Reputation points
commented 2024-10-01T06:52:26.0433333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 42,351 Reputation points Microsoft Vendor
1 answer

How to fix a random exception "An SSL error has occurred and a secure connection to the server cannot be made"

dotnet version : 8.0.203 maui-ios                   8.0.72/8.0.100        SDK 8.0.200         maui-android               8.0.72/8.0.100        SDK 8.0.200         maui-mobile                8.0.72/8.0.100        SDK 8.0.200         maui                  …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,469 questions
asked 2024-09-30T09:09:32.66+00:00
Umakant Sharma 0 Reputation points
commented 2024-10-01T06:21:18.4166667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 75,121 Reputation points Microsoft Vendor