Desktop and Form Size issue

0
0

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

 

  • You must to post comments
0
0

Hi Angelo,

this issue is fixed in Wisej.NET release 3.2.2

Best regards
Frank

  • You must to post comments
0
0

Thanks Alaa,

Please, can you explain me how to  assign the top-level control?

  • You must to post comments
0
0

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

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.