
//edit: After a lot of trial and error I found its an attachable property which must be set on the Window. Would be a good idea to show this in the sample browser, or at least to show this in the documentation. I thought this must be set on the overlay somewhere..
<Window
xmlns:themes="http://schemas.actiprosoftware.com/winfx/xaml/themes"
themes:WindowChrome.IsOverlayVisible="{Binding ...}">
</Window>
[Modified 4 years ago]