Description
Description
WPF's Fluent control styles have some issues which need to be addressed to bring the styles at parity with WinUI Fluent styles and make them production ready. We also need some changes to default values of properties ( like HorizontalAlignment, etc. ) to minimize UI breaking changes for applications moving from Aero2 to Fluent.
Here are the broad categories of tasks that need to be done per control 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
- • Expander
- • GridSplitter
- • GroupBox
- • ResizeGrip
- • Separator
- • ScrollBar
- • ScrollViewer
- • Window
- • Button
- • RepeatButton
- Fix DataGrid Fluent control style #10445
- • ListView
- • TreeView
- • Calendar
- • ContextMenu
- • Menu
- • ToolBar
- • CheckBox
- • ListBox
- • RadioButton
- • Slider
- • Frame
- • Hyperlink
- • Page
- • NavigationWindow
- • Label
- • ProgressBar
- • StatusBar
- • TextBlock
- • ToolTip
- • DocumentViewer
- • FlowDocumentPageViewer
- • FlowDocumentReader
- • FlowDocumentScrollViewer
- • StickyNoteControl
- • InkCanvas
Related Issues:
These issues refer to the type of problems that we have in Fluent styles currently :
Sub-issues
Metadata
Metadata
Assignees
Type
Projects
Status
🏗 In Progress