Skip to content
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

ScrollView sizing issue in Grids in iOS #16456

Closed
bluetreee opened this issue Jul 31, 2023 · 3 comments
Closed

ScrollView sizing issue in Grids in iOS #16456

bluetreee opened this issue Jul 31, 2023 · 3 comments
Labels
area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter platform/iOS 🍎 s/triaged Issue has been reviewed s/try-latest-version Please try to reproduce the potential issue on the latest public version s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working

Comments

@bluetreee
Copy link

Description

On iOS, when a ScrollView is sandwiched between two StackLayouts in a three row Grid, the ScrollView can not be scrolled all the way down and the StackLayout in third row is missing.

Steps to Reproduce

  1. Create a Grid with "*, Auto, *" RowDefinitions.
  2. Place StackLayouts in rows 0 and 2, and a ScrollView in row 1.

Result: On iOS, the ScrollView does not scroll all the way to the bottom (there are three entries on this page and you can only scroll part way down to the second entry) and the StackLayout in row 2 is not visible.

Expected Result: You are able to scroll to the bottom of the ScrollView and the StackLayout in row 2 is visible and fixed to the bottom of the page. This is the behavior in Android.

Link to public reproduction project repository

https://github.com/bluetreee/ScrollViewSample

Version with bug

7.0.86

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS 16.4

Did you find any workaround?

No response

Relevant log output

No response

@bluetreee bluetreee added the t/bug Something isn't working label Jul 31, 2023
@Eilon Eilon added the area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter label Aug 1, 2023
@MarianHristov92
Copy link

MarianHristov92 commented Aug 3, 2023

I have the same the same issue that is still happening with v. 7.0.92

image

@PureWeen PureWeen added the s/try-latest-version Please try to reproduce the potential issue on the latest public version label Aug 9, 2023
@ghost
Copy link

ghost commented Aug 9, 2023

Hi @bluetreee. 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.

@AnnYang01
Copy link

Verified this on Visual Studio Enterprise 17.8.0 Preview 1.0 in iOS16.4, This issue repro on .NET 8.0 with below Project, it not repro in Android 13.0-API33.
MauiApp1.zip
iOS16.4:
image
Android 13.0-API33:
image

@AnnYang01 AnnYang01 added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Aug 15, 2023
@samhouts samhouts added this to the .NET 8 + Servicing milestone Aug 17, 2023
@ghost ghost closed this as completed Aug 25, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Sep 24, 2023
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter platform/iOS 🍎 s/triaged Issue has been reviewed s/try-latest-version Please try to reproduce the potential issue on the latest public version s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants