Open greg84 opened 1 year ago
Describe the bug When a RadioButton or CheckBox is added to a StackLayout inside a ScrollView, swiping on the controls does not scroll the content.
This worked fine in Xamarin.Forms, but no longer works in MAUI.
To Reproduce
<ScrollView> <StackLayout> <ContentView BackgroundColor="Yellow" HeightRequest="500" /> <input:CheckBox Text="Hello" /> <input:CheckBox Text="Hello" /> <input:CheckBox Text="Hello" /> <input:RadioButton Text="Hello" /> <input:RadioButton Text="Hello" /> <input:RadioButton Text="Hello" /> <ContentView BackgroundColor="Yellow" HeightRequest="500" /> </StackLayout> </ScrollView>
Expected behavior I would expect the ScrollView to scroll when a swipe gesture occurs on a CheckBox or RadioButton.
Smartphone (please complete the following information):
Additional context Using InputKit.MAUI 4.3.0
Describe the bug When a RadioButton or CheckBox is added to a StackLayout inside a ScrollView, swiping on the controls does not scroll the content.
This worked fine in Xamarin.Forms, but no longer works in MAUI.
To Reproduce
Expected behavior I would expect the ScrollView to scroll when a swipe gesture occurs on a CheckBox or RadioButton.
Smartphone (please complete the following information):
Additional context Using InputKit.MAUI 4.3.0