We are transitioning from Xamarin.Forms to .Net MAUI but our project uses Prism.Unity.Forms. We have a lot of code that basically uses the IContainer. ...
We are transitioning from Xamarin.Forms to .Net MAUI but our project uses Prism.Unity.Forms. We have a lot of code that basically uses the IContainer. ...
I tried to get the same large title behavior like the settings app on iOS when the user scrolls down. The transition between the large title and the s ...
I am working on a Xamarin Forms app pointed at iOS, this works fine in debug, and on Android. Though when we are launching in release mode the app ope ...
I am trying to give custom look and feel to the datePicker popup. But I could not find any direct fields to change the header Background and Font Colo ...
I am working in Xamarin.forms project. I want to set the cursor position of the Editor control exactly where the user tapped. I want to achieve this s ...
I have a XAML page with a listview. What I want to do is when the value of the first column "NumType" equals "S" the background colour for that row is ...
I have the following The problem is that the <Label Margin="5" Text="{Binding .}" /> is blank in release in my .NET MAUI Android application ...
I'm facing the following issue. I have an app that request location in "always" mode that for some reason goes to sleep when the screen is off. It als ...
Please I need help. I have my Xamarin Form app that works very well with DataBinding to its View Model named OrderDetailViewModel. But today I have ...
Sorry for my perhaps silly question. As I am new to Xamarin Forms, I need some basic hints: I need a window ("secondary window") sliding from left in ...
After Zooming the image in CarouselView and swiping the image to other image and coming back to that image which i had zoomed the image is already zoo ...
I have a grid inside a CollectionView and I need to change the layout based on a certain condition, changing dynamically the size of the columns and r ...
I'm having issues reproducing the design presented in the link here: Extending TabbedPage in Xamarin Forms I created a project from scratch and used ...
I am attaching the result of this code. enter image description here What I want the layout to look like is that the red stays centered and the yello ...
I found that DatePicker is missing a Placeholder. It was decided in cases where the date is not specified - to display Label instead of DatePicker. Ho ...
Is it possible to blend SVG images that use FFImageLoadingSVG. I need to blend a SVG image that I loaded to make up a whole image but I cannot use Op ...
I'm using a renderer to list links to a text, when I click it it opens the browser. I want that when I click the link it needs to open at the same whe ...
protected override async void OnAppearing() { I am Creating table in sqlite and aceesing that table. Getting ,ExecuteScalar can only be called when ...
I am developing an app in Xamarin.Forms that lets the user save a contact and if the contact already exists it gets updated. The Xamarin.iOS side is a ...
I'm changing the orientation(Landscape/Portrait) forcefully for one screen. For that, I used IsGestureEnabled property. That property is not working o ...