robert-abeo
robert-abeo
### Description A MinWidth for TabItem of 180 is far too large for the Fluent theme. Remember WinUI doesn't have a TabControl, it has a TabView with page tabs that...
### Description The following line has the wrong resource. It's using a level 2 resource key `ControlElevationBorderBrush` but should be using the button-specific level 3 one. https://github.com/dotnet/wpf/blob/673c35418e5416e486e6651b69b89712a36fcf5c/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/Button.xaml#L58 Looks like the...
### Description Fluent2 controls suffer from a few issues with height: 1) They are too tall by default. This is especially obvious with the ComboBox which is far too tall...
### Description The Fluen2 DataGrid style has A LOT of issues. Styling is one of them #9562. However, another major one is the column headers don't support sorting indicators. This...
### Description The Fluent2 Editable ComboBox has a few issues: 1) Background doesn't change when editing text (focused) 2) It ideally needs to have the same border style as TextBox...
### Overview Trying to replace an internal, legacy implementation of `ObservableCollection` with the one in CommunityToolkit it was noticed there is no way to simply raise the `PropertyChanged` event without...