Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
[Bug] CarouselView/CollectionView (iOS Only) Shows Extra White Space On Top & Left When Shouldn't Be
### Description I'm applying a CarouselView inside of a GridLayout and the ItemTemplate (currently a stack layout) should go edge to edge to the left, top, and right edges of...
Hello Guys, I get this error when trying ti start the App vie Xamarin Hot Restart on my iPhone. On Android it works. Is there anyway to gather more information...
### Description **Xamarin TitleView content disappears** ### Steps to Reproduce 1. Open app 2. Navigate to monkeys from Tab Bar 3. Select one of the monkey item and navigate to...
### Issues Resolved ### fixes #8763 ### Platforms Affected ### - iOS ### Behavioral/Visual Changes ### None ### Before/After Screenshots ### Not applicable ### Testing Procedure ### ### PR Checklist...
### Description of Change ### Deleting an item, can get already existing content of SwipeView in cells, so the Parent already exists. ### Issues Resolved ### - fixes #13399 ###...
### Description of Change ### Changes the `BindableLayout.ItemsSourceCollectionChanged` method to handle changes on the main thread. ### Issues Resolved ### - fixes #14039 ### API Changes ### None ### Platforms...
### Description of Change ### Consider two pages on nav stack: **Home page without nav bar** (HasNavigationBar = false) and **SubPage with nav bar** (HasNavigationBar = true). Currently SubPage is...
This PR fixes an issue where title color of a button on iOS won't update when switching between different visual states and using character spacing. ### Description of Change ###...