Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
### Description of Change ### If the user triggers push/pop operations before the navigation renderer has been made consistent with the Navigation.Pages then those push/pop operations will leave the NavigationRenderer...
### Description of Change ### I removed this code that disabled the native collectionview from adjusting correctly. `CollectionView.ContentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentBehavior.Never;` There was a comment that was above the line I...
### Description of Change ### Update LinearGradientBrush based on FlowDirection . _Work in progress_ ### Issues Resolved ### - fixes #11603 ### API Changes ### None ### Platforms Affected ###...
### Description of Change ### ### Issues Resolved ### - fixes #9584 ### API Changes ### None ### Platforms Affected ### - Core/XAML (all platforms) - iOS - Android -...
### Description of Change ### This fixes cases where CALayer and UIView are sometimes modified by background threads. The previous code was inconsistent, in one place ensuring that CALayer.Transform was...
### Description of Change ### To synchronize navigation actions, the variable CurrentNavigationTask is used to track the current navigation and await it if necessary. But this variable is never reset...
### Description of Change ### Replaced the Default Group Header and Footer with empty Views when no template is provided ### Issues Resolved ### - fixes #8228 ### API Changes...
### Description of Change ### Removes an instance of an inverted dependency where creating a Xamarin.Forms object (including a Label with a font size) causes an exception, leading to crashes...
### Description I was testing the latest build of XamarinForms when I realized that there is an issue related to a group's item manipulation on the iOS platform. I can't...
### Description I have an app that is setup to be Master Detail + Navigation Pages. - MasterDetail -> MainPage.xaml (it's of type MasterDetail) - MasterDetail.Master ->MenuPage.xaml (it's of type...