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

Views spanning both auto and star cells should not contribute to the Auto size #6106

Merged
merged 1 commit into from
Apr 18, 2022

Conversation

hartez
Copy link
Contributor

@hartez hartez commented Apr 14, 2022

Description of Change

Views which span multiple rows/columns and have at least one star row/column in the span should not be determining the width/height of the auto rows/columns in the span. The MAUI Grid is not currently working that way, which effectively makes the Auto rows/columns use the remaining available space when determining their size.

These changes make the MAUI Grid handle this situation the same way Forms/UWP/WinUI/WPF do.

Issues Fixed

Fixes #5657

@rmarinho rmarinho added the area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter label Apr 14, 2022
@PureWeen PureWeen merged commit c967728 into main Apr 18, 2022
@PureWeen PureWeen deleted the fix-5657 branch April 18, 2022 00:32
@github-actions github-actions bot locked and limited conversation to collaborators Dec 21, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Grid Column Layout Is Incorrect
3 participants