Maui-collection view filtering/sorting/grouping/paging
Hi, How is can be done ? Can you please provide sample ? Thanks in advance,
Maui-Sample to make paging to Collection View
Hi, Can you give sample for paging collection view? Thanks,
Maui android change scrolling to neither not working
Hello all. Maui 17.9 preview 5 and android 34. I tried to change scrolling to neither and this no work. myscroll.orientation = scrollorientation.neither but this not working. Please any help in this Thank you very much.
Maui 17.9 preview 5 android 34 is now there's a keyboard custom
Hello all. is now in 17.9 preview 5 and android 34 there is a fully customized keyboard. mainly a keyboard with a special keys that fit my application need. Thank in advanced.
How to fix MobSF - iOS Vulnerabilities (Xamarin Forms)
How can I address below iOS vulnerabilities (Xamarin Forms) which is reported by MobSF tool? Binary makes use of insecure API(s) --> The binary may contain the following insecure API(s) _sscanf , _chmod , _strcat, _strcpy , _printf , _strncpy ,…
Looking for suggestion on storage
I am look for a suggestion on file storage with .net Maui. In my existing .net Android app, I am reading/writing files to a custom folder in the device root basicall /myfolder, this allows the user to connect and transfer files to/from the device…
how to hide the navigationbar in .net maui?
do not set the flags of FullScreen how to remove the navigation bar ? i want to keep the status bar.
Cosmos "This is blocked by your Cosmos DB account firewall settings." within IHostedService
TLDR; Why can't I access Cosmos through an IHostedService when I am able to Access it via aspnet on the same App Service? I have an App service that serves an ASP.Net Core web API as well as hosting an IHostedService instance. The hosted service listens…
.NET8 MAUI and Azure Notifications Hub implementation
In my NET8 MAUI application, I'm trying to add push notifications using Azure Notification Hub. I can't find an updated example of how to configure and implement correctly the push notification for Windows, Android and iOS. Can you point me in the right…
is the .net android performance better than .net maui android?
If I create .net android is the performance better than .net maui android? ignore the startup time the performance difference big or equal?
Net maui how to cancel selected events from another collectionview ?
Net maui how to cancel selected events from another collectionview ? on windoos platfom I can cancel the events but I have visualstates in collectionview so when selection is true color is selected color. Then when I cancel the event still this selected…
Net maui picker's title is displaying wrong position ?
Net maui picker's title is displaying wrong position on windows platform ? it is not displaying as like as placeholder any idea how to fix it or this is bug ?
How to prevent Visual Studio Editor from reformatting my line?
When I enter lines in Visual Studio I like to have certain items line up. For example, btnAccumulate.Hide (); labelResultList.Hide (); lbResultList.Hide (); labelResult.Show (); tbResult.Show …
.net maui await Shell.Current.GoToAsync("..") Error in WSA
use await Shell.Current.GoToAsync("..") to return the last page, it works properly in genymotion emulator and physical device. when I deploy to wsa, Shell.Current.GoToAsync("..") will throw any…
Received an Out of memory error
I am using a form named FrmBilling to create orders and entering products, then pay that invoice in the same form, after about 40 orders, then I received an Out of memory error, I took a picture and I have copy the details, can someone help me solve…
How to transform a ClickOnce winforms project from .NET Framework in VS 2019 to .NET in VS2022?
I have a ClickOnce winform project using .NET Framework in VS 2019 using the code from the following…
Issue why cell header different from cell details for same column on data table ?
I work on asp.net mvc i notice that cell header width different from width of cell content details so how to make cell header width and cell details content to be same I make red marks to columns not have same width header and details as request date…
Maui application crached suddenly
Hi, Maui app crach in .NET 8. Here is the log viewer details. I attched screenshhot from event viewer. Thanks in advance, Faulting application name: AutomationClient.MAUI.exe, version: 1.0.0.0, time stamp: 0x65680000 Faulting module name:…
Cannot load assembly, but it's a lie
[goal] I have a problem of DLL loading, and I have a fix. But I can't understand what's happening in the first place. [context] I am familiar with C#, C++/CLI( managed), Assemblies, .Net, .NetCore. I understand "strong names", public key. I…
Receiving an error while try to register DLL with RegAsm.exe: "Could not load file or assembly 'System.Runtime, Version=8.0.0.0, Culture=neutral ,..."
I try to register DLL with RegAsm.exe but I receive this error: RegAsm : warning RA0000 : Registering an unsigned assembly with /codebase can cause your assembly to interfere with other applications that may be installed on the same computer. The…