John
John
[The OS docs seem to prefer `Win+.`](https://support.microsoft.com/en-us/windows/windows-keyboard-tips-and-tricks-588e0b72-0fff-6d3f-aeee-6e5116097942), so I'd suggest changing our guide to show that.
Is this supposed to be open? 637ea17 did not fix it for me (Windows 1903, OS build 18995.1)
@paulomorgado and @orthoxerox, I'm sure @Bartmax is not suggesting using partial class definitions. He's suggesting using a similar syntax to theirs, but for extension members. It's a great idea: ```...
Thank you, I'll try to take a look at that soon and do more testing.
@Kinnara Can you help me repro the hover color difference? Hover looks the same to me, by default: 
Actually, I think the hover background doesn't match to begin with. On the left is WinUI (it's editable, even though cursor didn't change), and right is ModernWpf's master branch (f493a70e),...
That issue got auto-closed for no feedback. Looks like now it's being tracked in https://github.com/microsoft/microsoft-ui-xaml/issues/3108.
So far no rationale from Microsoft. They don't seem interested, maybe need a pull request. If we fix it in ModernWpf, would a WinUI fix be identical?
Thank you. I think that's confusing because section spacing is not GroupBox's job. It's a job for things like `SimpleStackPanel.Spacing`. GroupBox leaves an unwanted gap after the last section, or...
Using `InvalidateMeasure` instead of `InvalidateVisual` gets rid of the extra space in the workaround. I have to call it from BeginInvoke to make it work for [ModernWpf.SampleApp][1], for some reason:...