Hi Team.
I have a WebPage application.
In a page I put a desktop and on desktop and opened a form with property:
f.WindowState = FormWindowState.Maximized
I noticed the form correctly fills the desktop, but the size property corresponds to that of the page and not to that of the desktop as I expected.
Is it correct or is it a bug?
Ho allegato un screenshot e un esempio.
I have wisej 2.5 and Visual Studio 2022
Thanks in advance
Hi Angelo,
this issue is fixed in Wisej.NET release 3.2.2
Best regards
Frank
Thanks Alaa,
Please, can you explain me how to assign the top-level control?
Hi Angelo,
Thank you for reporting this issue, it’s a bug that happens when the Desktop is not a top-level control.
As a workaround, you’ll have to set your desktop as a top-level control by assigning it to Application.Desktop.
HTH,
Alaa
Please login first to submit.