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

Fix sizing issues with CollectionView on Windows #15587

Merged
merged 1 commit into from
Jun 15, 2023

Conversation

hartez
Copy link
Contributor

@hartez hartez commented Jun 12, 2023

Description of Change

Fixes the ignored tests from #15530.

Removes a extra 10-point padding from the bottom of the backing GridView used for the CollectionView.

Updates the logic for updating the scrollbar visibility in the CollectionView to preserve the default value from the control template. This prevents the vertical scrollbar from being made always visible by default (rather than the intended default of Auto).

This won't prevent the ultimate issue of the default being corrupted if the user sets a non-default value in the cross-platform code, but it will prevent the most common problem (the default being set to Visible instead of Auto when the user tries to use the defaults).

@jsuarezruiz
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@rmarinho rmarinho merged commit 601fa44 into main Jun 15, 2023
@rmarinho rmarinho deleted the fix-windows-collectionview-tests branch June 15, 2023 10:42
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2023
@samhouts samhouts added the fixed-in-8.0.0-preview.6.8686 Look for this fix in 8.0.0-preview.6.8686! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants