MAUIoxo

Results 9 issues of MAUIoxo

### Description I use a `SwipeItemView` with a `Grid/HorizontalStackLayout/...` within a `CollectionView DataTemplate `. The App was used under .NET 7 and working fine. When I migrated it to .NET...

t/bug
area/controls 🎮
control-swipeview
control-label
area/gestures
custom-handler
potential-regression

### Description Since sometime last week, I get this compile error when I try to compile my .NET MAUI Project using the latest nightly build: _The type or namespace name...

t/bug
s/needs-repro
area/platform
potential-regression

### Description I have a Switch in a Grid within a DataTemplate of a CollectionView with my own ThumbColor defined like in the example below: ```xaml ``` Initially the Switch...

t/bug
area/Xaml </>
platform/android 🤖
platform/iOS 🍎
area/controls 🎮
s/verified
control-switch
s/triaged
s/needs-attention

### Description Systems like Android often use a different Colors for the Slider and Thumb when they are toggled on or off like these: ![grafik](https://github.com/dotnet/maui/assets/140683727/1c49f6eb-8bd3-4501-afa1-7bcc8c763e55) Also on iOS it could...

proposal/open

**Platform (please complete the following information):** - OS: [iOS/Both?] - Device: [iPhoneSimulator/iPhoner/...] - Sdk vervion: [iOS 15.2] - .NET MAUI: [8.0.10-nightly.10215] **Describe the bug** When I use an `ObservableRangeCollection` with...

### Description As discussed in https://stackoverflow.com/questions/77013139/scrollview-is-getting-extended, I have a ScrollView within a Grid with **RowDefinitions="Auto"**. When the App is in Portrait orientation, the height of the ScrollView fits into the...

t/bug
platform/iOS 🍎
s/triaged
layout-grid
area-controls-scrollview

### Description I have a `CarouselView` with a `DataTemplate` that consists of a `StackLayout` with a `Frame` and another `StackLayout` below containing some `Labels`. The `Size` of the `Frame` should...

t/bug
platform/android 🤖
p/2
area-controls-collectionview
s/verified
s/triaged

### Description When I use `NotifyCollectionChangedAction.Reset` in any kind of `ObservableRangeCollection` scenario my released App on iPhone crashes after a while without any error message and no catched-Exception in my...

t/bug
platform/android 🤖
platform/iOS 🍎
area-controls-collectionview
memory-leak 💦
t/perf
delighter-sc

### Description When using Grid.Resources like in the example below the default Style and Coloring for Buttons defined in the global **Styles.xaml** get overwritten. Not only the properties that are...

t/bug
area-xaml
platform/android 🤖
platform/iOS 🍎
s/triaged
s/try-latest-version
potential-regression