Share via

Alternative for AllowsTransparency

Gurpreet Singh 1 Reputation point
2021-07-02T12:49:30.967+00:00

Hi,

We are facing some memory issues in our WPF Application. While searching for them I have found this particular MSDN link:-
https://learn.microsoft.com/en-us/troubleshoot/dotnet/framework/wpf-render-thread-failures

In this link, several ways are mentioned to resolve the memory issues and of them is this:-
Disable the use of Windows.AllowsTransparency and Popup.AllowsTransparency in your application.

We tried the same but our popup starts appearing black from border area.

Is there any alternative way to show popup without setting AllowsTransparency property?

Developer technologies | Windows Presentation Foundation
Developer technologies | XAML
Developer technologies | XAML

A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.