We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: