Show/Hide Password button only works on 3rd use, and after that it works normally .net maui [closed]
Closed 4 hours ago.
Extra Spacing Issue in CollectionView ItemTemplate – C# XAML .Net MAUI
I am working on a project to port my previous app (Android based) to .Net (8.0) MAUI. So, I have ported some code very easily, however, I am facing an issue where I am not able to find any help on the internet.
Extra Spacing Issue in CollectionView ItemTemplate – C# XAML .Net MAUI
I am working on a project to port my previous app (Android based) to .Net (8.0) MAUI. So, I have ported some code very easily, however, I am facing an issue where I am not able to find any help on the internet.
Why does Converter receive Microsoft.Maui.Controls.Binding instead of value?
Fairly simple, I have two bindable properties of type string and I am trying to get true or false upon comparison check using a Converter.
How can we display the audio visualizer as waveform while playing the audio in .NET MAUI
I am playing a song in .NET MAUI and i am using Media Element nuget package . when song are playing i want to display the audio in a waveform. Any one please help me to solve this problem .
.Net MAUI FindResource Method
In .Net WPF, there is a method called FindResource() for getting binded source with its key. So I need it while developing my application in .Net MAUI. Unfortunately, there is no method called FindResource or anything like it. I searched about my problem but couldn’t find any answer. I actually found a post about this problem on stackoverflow but I couldn’t find my answer there.
Issue when adding a frame to a stacklayout in .NET MAUI
I am coding a kind of chat GUI, so when a entry event is excuted it shoud get the text inside it and set it into a label which then is set into a frame, so that that frame can be stablished in a stacklayout which is previously defined in the .xaml file. The problem is the text is gotten but the frame with the given text never appears on screen
Cropping an image with rounded borders in MAUI
I am trying to get a very simple rounded corner Image
in .NET MAUI, in a layout like so:
How to add a Icon Button to the ToolBar that can be clicked?
I am just getting into .NET and MAUI.
Template selection action
I have some template and use him in CollectionView
.