Xamarin.Forms icon indicating copy to clipboard operation
Xamarin.Forms copied to clipboard

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.

Results 305 Xamarin.Forms issues
Sort by recently updated
recently updated
newest added

### Description of Change ### TBD ### Issues Resolved ### - fixes #13268 ### API Changes ### None ### Platforms Affected ### - iOS ### Behavioral/Visual Changes ### None ###...

t/bug :bug:
a/collectionview

Accessing ObservableCollection which was changed may result in an ArgumentOutOfRangeException. The exception will crash the Application because the CollectionViewRenderer cannot handle that condition in its internal drawing. The bug is...

### Description When using Shell template, I would like to use `ContentPage.ToolbarItems` declaration on content pages to add some commands. `ContentPage.ToolbarItems` toolbar at the top is not visible on modal...

t/bug :bug:
e/3 :clock3:

### Description Editor will not scroll on Android when inside a ScrollView. This is a critical issue for us because it prevents users from send large texts as they cannot...

t/bug :bug:
s/unverified
a/scrollview
a/editor

### Description when CollectionView.IsEnabled is set to False the selection and scrolling remain enabled ### Steps to Reproduce 1. Create new collection view 2. set CollectionView.IsEnabled to False ### Expected...

t/bug :bug:
e/5 :clock5:

### Description Hi!
 I've been having an issue with the ListView in Xamarin.Forms not implementing their own default scrolling properly on iOS devices. I have created an application that has...

t/bug :bug:
p/iOS 🍎
s/needs-repro ❔
s/needs-info ❓
a/listview
s/unverified

### Description I've got a vertically scrollable page with picker controls. On UWP (haven't tried other operating systems' mouse support), the picker control will capture the mouse scroll wheel command,...

t/bug :bug:
p/UWP
e/2 :clock2:
a/picker

### Description After updating the ObservableCollection which is bound to CarouselView, rendering the page with the carousel view gives a crash. Android only. iOS works as expected. Exception message: [Bug]...

t/bug :bug:
p/Android
s/needs-info ❓
a/carouselview
s/unverified

### I had created a Listview of radiobutton, labels and a button binded using MVVM, at first time listview load well, but after execute CheckedChanged on group radiobutton, it make...

t/bug :bug:
s/unverified

### Description Hint: Example project linked I'm using a custom implementation of the ObservableCollection in my code. I'm using it for a search function. I got an entry in my...

t/bug :bug:
p/iOS 🍎
a/collectionview