Xamarin.Forms
Xamarin.Forms copied to clipboard
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
### Description I have the same problem as @APopatanasov in https://github.com/dotnet/maui/issues/5916. I have an `Entry` which looses focus when some other element on the page is tapped. In MAUI this...
### Description This is a weird one. I've noticed that sometimes I was getting some horrible scrolling performance on an iPhone 7 (I've not got another iOS device with me)....
### Description I am having a Horizontal CollectionView with a fixed layout (basically nothing alters the height or the width of it's itemTemplate) I can scroll forward to the right,...
### Description When CarouselView initializes, it forces CurrentItem to be set to the first item in its collection. If CurrentItem is bound to a backing property, that causes it to...
### Description 1) **RadioButton.TextColor does nothing.** Example: `TextColor="Red"` is ignored in the following: ```xaml