-
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
Revert CollectionView, the footer moves to the bottom of the page when the empty view or empty view template is enabled #27288
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 8 out of 12 changed files in this pull request and generated no comments.
Files not reviewed (4)
- src/Controls/tests/TestCases.HostApp/Issues/Issue24966.xaml: Language not supported
- src/Controls/tests/TestCases.HostApp/Issues/Issue27229.xaml: Language not supported
- src/Controls/tests/TestCases.HostApp/Issues/Issue24966.xaml.cs: Evaluated as low risk
- src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24966.cs: Evaluated as low risk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So on windows seems it does t actually center, per screenshot added. So it was like that in the past right?
yea, we have a tracking issue here I deleted the image and commented out the WinUI Test |
/backport to release/9.0.1xx-sr3 |
Started backporting to release/9.0.1xx-sr3: https://github.com/dotnet/maui/actions/runs/12938420967 |
Description of Change
Changes made in #24997 modified the EmptyView so that it doesn't always take up the entire height and instead sizes to the content. Though this is a valid scenario, the changes shifted the behavior too far the other direction. We need to look at some options around the use of
LayoutOptions
to influence the sizing here to allow users more flexibility.Issues Fixed
Fixes #27229
Fixes #26838