Allow OverlayContent Visibility binding

WPF Studio, Themes, and Shared Library for WPF Forum

Posted 3 years ago by Dirk Zellerfeld
Avatar

//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 3 years ago]

Comments (1)

Posted 3 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Dirk,

Glad to see you found what you needed for binding the visibility of the overlay. We have reviewed the "Processing Overlay" sample based on your feedback and agree that it could be improved to be more useful. Our plan is to update the sample to use a Binding for the overlay visibility, and will update the sample for a future product release.

Thank you for sharing your experience with the functionality so we can work to improve the samples/documentation for everyone.


Actipro Software Support

The latest build of this product (v24.1.2) was released 2 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.