-
Notifications
You must be signed in to change notification settings - Fork 709
Fix CornerRadius Mismatch Between GridViewItem and Its ItemTemplate #2076
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
base: main
Are you sure you want to change the base?
Conversation
Zakariathr22
left a comment
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.
Hello @ghost1372, this is actually a really good idea! We should consider applying it to items in:
- Recently visited
- Favorites
- SectionPage
- SearchResultsPage
|
Thank you @Zakariathr22 |
|
Why not use the CornerRadius property directly? With Static resource for Overlay. |
Since it's been 2 weeks, if I remember correctly I tried to set CornerRadius in GridViewItem, but it didn't work and I used lightweight styling. |
|
/azp run |
1 similar comment
|
/azp run |
|
/azp run |
ItemTemplates.xaml uses an 8px corner radius, while the GridViewItem itself uses 4px. This difference is visible when hovering over the item.
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Before:

After:
