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

[ Fluent ] Fix DatePicker Style #10519

Open
dipeshmsft opened this issue Feb 27, 2025 · 0 comments · May be fixed by #10688
Open

[ Fluent ] Fix DatePicker Style #10519

dipeshmsft opened this issue Feb 27, 2025 · 0 comments · May be fixed by #10688
Assignees
Milestone

Comments

@dipeshmsft
Copy link
Member

dipeshmsft commented Feb 27, 2025

Description

This is a subissue to track the progress of DatePicker Style fix.

Here are the broad categories of tasks that need to be done for this:

  1. Match resource usage in control styles with WinUI resources where possible
  2. Add animations for controls where required to match WinUI.
  3. Compare Fluent styles with Aero2 styles to match
    3.a. Properties like HorizontalAlignment, VerticalAlignment
    3.b. TemplateBinding comparison with Aero2 styles
  4. Compare WPF Fluent styles with WinUI styles :
    4.a. Convert ControlTemplate Triggers to VisualStates ( to simplify animation's and bring parity with WinUI styles )
    4.b. Convert StaticResource's to DynamicResource for properties where customization is needed.
    4.c. Define resources for CornerRadius, Thickness, etc. for the controls where it is needed

Links of related open DatePicker Issues

Important Questions :

There is an inherent difference between the DatePicker in WPF and CalendarDatePicker in WinUI.

  • In WPF's DatePicker, we have several components like, DatePickerTextBox, Button which are not presentin CalendarDatePicker in WinUI, which behaves as a single button ( roughly ).
@dipeshmsft dipeshmsft changed the title • [DatePicker](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.datepicker) [ Fluent ] Fix DatePicker Style Feb 27, 2025
@siagupta0202 siagupta0202 added this to the .NET 10 milestone Mar 26, 2025
@dipeshmsft dipeshmsft self-assigned this Apr 7, 2025
@dipeshmsft dipeshmsft modified the milestones: .NET 10, 10.0.0 Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants