-
Notifications
You must be signed in to change notification settings - Fork 703
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
Update CalendarDatePicker style #4001
Conversation
Are these visual changes, or just some under the hood stuff. if visual, screenshots would be appreciated. I am guessing this is for the picker form control, and not about the CalendarView control itself? |
@mdtauk just the visuals, and yes, this PR has only updates for picker form control |
…alendar-placeholder
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@beervoley can you share a pic ? |
@mdtauk, yup, it is indeed weird. I didn't modify anything beside the colors. These bugs (if they are bugs indeed) must've been there before. I will have a look in a bit:) |
I can repro the issue in a UWP app without WinUI: The issue only seems to appear when you host the CalendarDatePicker inside a StackPanel with Orientation set to Horizontal. The problem appears to away if you set the StackPanel Orientation to Vertical though however. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
This is how the CalendarDatePicker could look with my pre-emptive Calendar Flyout design idea #4010 |
Description
This PR updates the picker form control to use new colors.
Screenshots (if appropriate):