Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
### Description of Change ### TBD ### Issues Resolved ### - fixes #13268 ### API Changes ### None ### Platforms Affected ### - iOS ### Behavioral/Visual Changes ### None ###...
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...
### 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...
### 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...
### 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...
### 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,...
### 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]...
### 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...
### 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...