Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Xamarin Form v 4.8.0.1269 ScrollView not filling in space #11796

Closed
dbassioneisdata opened this issue Aug 15, 2020 · 6 comments
Closed

Xamarin Form v 4.8.0.1269 ScrollView not filling in space #11796

dbassioneisdata opened this issue Aug 15, 2020 · 6 comments
Assignees
Labels
a/layout a/scrollview in-progress This issue has an associated pull request that may resolve it! t/bug 🐛
Milestone

Comments

@dbassioneisdata
Copy link

We update Xamarin.Form from 4.7.0.1260 to 4.8.0.1269 the Scrollview doesn't fill out the screen

Code -

        EisMainDiv = new StackLayout();
        EisMainDiv.HorizontalOptions = LayoutOptions.FillAndExpand;
        EisMainDiv.VerticalOptions = LayoutOptions.FillAndExpand;
        EisMainDiv.Margin = new Thickness(0, 0, 0, 0);
        EisScroll = new ScrollView();
       EisScroll.Content = EisMainDiv;

First Image is with version 4.7.0.1260 - Screen is filled out
Second Image is with version 4.8.0.1269 - as you can see the scrollview doesn't fill out so you can see the blue area shows up

Same Code!

Screenshot_1597480390

Screenshot_1597480932

@dbassioneisdata dbassioneisdata added s/unverified New report that has yet to be verified t/bug 🐛 labels Aug 15, 2020
@hartez hartez self-assigned this Aug 21, 2020
@jsuarezruiz jsuarezruiz removed the s/unverified New report that has yet to be verified label Aug 24, 2020
@jsuarezruiz
Copy link
Contributor

This issue seems to be the same or related with #11742

@hartez
Copy link
Contributor

hartez commented Aug 24, 2020

@dbassioneisdata Is your ScrollView inside of a Grid?

@dbassioneisdata
Copy link
Author

Here is Menu Example in our project

Menu Example – ContentPage ->StackLayout->Grid -> ScrollView – Grid(This Grid is the portion with Buttons)

WLMenu2

Here is the entry screen example

ContentPage ->Grid -> Grid->ScrollView – >StackedLayout - (This is where the entry boxes are in)

WLEntry2

@hartez
Copy link
Contributor

hartez commented Aug 24, 2020

@dbassioneisdata Thanks - it looks like you're seeing the same bug as reported in #11835. And it should be fixed by #11903.

@hartez hartez added the in-progress This issue has an associated pull request that may resolve it! label Aug 24, 2020
samhouts pushed a commit that referenced this issue Aug 24, 2020
* Prevent partial-starred columns from contracting Grid below width (fixes #11742)
Account for minimum row sizes when contracting rows (fixes #11835)

* Revert android project changes

* Drop comments

fixes #11742
fixes #11835
fixes #11796
@dbassioneisdata
Copy link
Author

How can I get this new version to test - do I have to build it or is there a way to get it from nuget/

@samhouts samhouts added this to the 5.0.0 milestone Aug 25, 2020
@samhouts
Copy link
Member

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/layout a/scrollview in-progress This issue has an associated pull request that may resolve it! t/bug 🐛
Projects
None yet
Development

No branches or pull requests

4 participants