wpf
wpf copied to clipboard
Add Missing Fluent Styles
Fixes #8698
Description
Multiple styles are not specifically added to Fluent styles. Currently, Fluent styles are not individually incorporated. They are overlaid on the Aero2 theme, which allows the newly added controls to remain visible, although in older styles. However, this approach will not be sustainable when Fluent styles are loaded directly. This could lead to unforeseen behavior when interacting with the controls. Following styles are added in this PR:
- BrowserWindow
- CollectionViewGroup (Additional Styling Not Needed)
- ContentControl (Additional Styling Not Needed)
- Floating DataGrid Column (in controls.xaml)
- DocumentViewer (Additional Styling Needed in some parts)
- GridSplitter
- GroupBox
- GroupItem (Additional Styling Not Needed)
- HeaderedContentControl (Additional Styling Not Needed)
- Hyperlink
- ItemsControl (Additional Styling Not Needed)
- NavigationWindow
- ResizeGrip
- Thumb
- UserControl (Additional Styling Not Needed)
- GridViewColumnHeader
- StatusBarItem
Testing
Local Build Pass Gallery Application Testing
Risk
A few of the above styles are not in accordance with Windows 11 styling (the ones not marked with Additional styling not needed). They need to be upgraded at a later stage.