Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
### Description When a button which contains a FontImageSource and a text is disabled, only the text takes a different disabled color, not the fontImageSource. ### Steps to Reproduce 1....
### Description After calling ItemsCollectionView.ScrollTo(0, animate: false) on Android, the collectionview will report the incorrect VerticalOffset on the scrolled event ### Steps to Reproduce 1. Create new Xamarin project from...
### Description If a RadioButton is created with a ControlTemplate to allow it to display its .Content as a view, the BindingContext of the RadioButton doesn't get passed to .Content...
### Description of Change ### Automatically close the SwipeView if reset/reload the parent collection source. ### Issues Resolved ### - fixes #11808 ### API Changes ### None ### Platforms Affected...
OS : Windows 10 Enterprise camera is not possible to save picture with Xamarin Essential Media Picker after taking picture without edit. Steps to Reproduce Open the sample app Press...
### Description We are developing a Pdfviewer control, and one of its features is support for rendering different form fields from documents. Up to Android 10, the keyboard displays correctly...
### Description I have a Listview with simple DataTemplate selector which presents one of either two templates. Once the CommandParameter Binding is defined to the current object ({Binding} or {Binding...
### Description I noticed a strange bug in my app, however I can't reproduce it surley. I'm using `Shell.NavBarIsVisible="False"` in a `ContentPage`. Depending from where in my app I call...
After installing the "Miicrosoft.UI.XAML" NuGet package on UWP platform. The Xamarin Button control style was changed. ### Description ### Steps to Reproduce 1. Run the sample 2. you can see...
### Description The simple linear layout was added in a horizontal and vertical orientation, the default control height was vary based on the code. ### Steps to Reproduce 1. Run...