-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
[iOS] Grid cannot be scrolled properly in a scroll view #7373
Comments
can be reproduced on IOS with above project. |
I have the same issue with VerticalStackLayout. The ScrollVieew does not scroll to the bottom. The upper Content is visible but the Page does not scroll to the last element. Hence the last element in the UI remains hidden. This is a bug on iOS. |
Looking at the sample, you can't put a ScrollView inside a VerticalStackLayout.. VerticalStackLayout will stretch to fit the contents, so it will make the ScrollView stretch and not be scrollable. Can you try something like this see if you still see the issue?
|
Hi @Deepak1799. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Hi @Deepak1799. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version. You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate. |
Description
I have a grid inside the scroll view. When I try to scroll to the bottom of the grid using the "ScrollToAsync", the content (grid) is hiding without scrolling to the bottom.
Steps to Reproduce
await MyScrollView.ScrollToAsync(1200,1600,true);
Expected Behavior: Content should not disappear and the it should scroll to the bottom.
Repro project is attached here:
MauiApp1.zip
Version with bug
Release Candidate 3 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 15.5
Did you find any workaround?
No
Relevant log output
The text was updated successfully, but these errors were encountered: