While opening the dialog box using the properties, the dialog box appeared behind the application.
Environment Visual Studio Professional 2022 - version 17.14.18
.NET version .NET 8
Issue description
We are attempting to open the OpenFileDialog box using the properties of the panel, but the opened dialog box appears behind all applications. If we click the application, the application gets stuck.
Sample
Steps to reproduce
Open the sample project (Sample.zip).
Drag and drop the CustomPanel. Right-click on the dropped panel and click on the properties.
The properties tab opened on the right side and changed the value of the Customlabel property to true.
The new dialog box opened, but it appeared behind all applications
@merriemcgaw do you have permission to transfer to winforms?