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
When I create Scrollview inside of StackLayout, it doesn't render correctly and I can't even scroll it.
<StackLayout> <ScrollView> <Grid> <Grid.RowDefinitions> <RowDefinition Height="1000"/> <RowDefinition Height="800"/> <RowDefinition Height="1200"/> </Grid.RowDefinitions> <Button Grid.Row="0" BackgroundColor="Yellow" Margin="15"/> <Button Grid.Row="1" BackgroundColor="Green" Margin="15"/> <Button Grid.Row="2" BackgroundColor="Pink" Margin="15"/> </Grid> </ScrollView> </StackLayout>
No response
8.0.3
Not sure, did not test other versions
Unknown/Other
Android, I was not able test on other platforms
The text was updated successfully, but these errors were encountered:
This is by design @prok155
https://learn.microsoft.com/en-us/dotnet/maui/migration/layouts?view=net-maui-8.0#scrollview
Sorry, something went wrong.
Thanks for quick answer. I'm migrating my app from Xamarin to .net Maui and now I see, that scrollview works a little differently.
No branches or pull requests
Description
When I create Scrollview inside of StackLayout, it doesn't render correctly and I can't even scroll it.
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
8.0.3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: