Hi there, I'm evaluating WPF for upgrade and was happy to see that integration with W11 should be there (as per the blog article https://www.actiprosoftware.com/blog/post/25678/wpf-controls-v221-released ).
However, I don't see the Snap UI on the maximize/restore titlebar buttons in either the Demo applications or simple quickstart. I've doublechecked that version 22.1 and tried it with both netcore-6/netcore-5 and framework-4.7.2 targets.
public MainWindow()
{
InitializeComponent();
WindowChrome.SetChrome(this, new WindowChrome());
}
It might be that I'm missing something super obvious, but it doesn't show for me (Windows 11 Pro, 22000.376)
Any ideas?