You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Match resource usage in control styles with WinUI resources where possible
Add animations for controls where required to match WinUI.
Compare Fluent styles with Aero2 styles to match
3.a. Properties like HorizontalAlignment, VerticalAlignment
3.b. TemplateBinding comparison with Aero2 styles
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
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 ).
The text was updated successfully, but these errors were encountered:
dipeshmsft
changed the title
• [DatePicker](https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.datepicker)
[ Fluent ] Fix DatePicker Style
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:
3.a. Properties like HorizontalAlignment, VerticalAlignment
3.b. TemplateBinding comparison with Aero2 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.
The text was updated successfully, but these errors were encountered: