Winform maximized aunder the application bar

Hi, i've dicovered a bug, or a strange behavior.
In a multi monitor Pc if a sfform is maximizd in the monitor with the application bar locked on the left the form is expanded to all the extension of the window. So the maximize and close button go under the application bar. 
If you move the application bar the maximize and minimize button are not visible.
Is there any solution?

Thank You very much




Attachment: After_moving_the_application_bar_to_the_second_monitor_f88a4d0b.jpg

10 Replies

AS Aravinth Sundaram Syncfusion Team October 6, 2025 01:57 PM UTC

Hi Andrea De Luca,

 

Currently we are checking this reported scenario at our end. We will update further update on or before October 08,2025.

 

Regards,

Aravinth S.



AS Aravinth Sundaram Syncfusion Team October 6, 2025 01:58 PM UTC

Hi Andrea De Luca,

 

Currently we are checking this reported scenario at our end. We will update further update on or before October 08,2025.

 

Regards,

Aravinth S.



SB Sweatha Bharathi Syncfusion Team October 7, 2025 02:35 PM UTC

Andrea De Luca,


We are currently setting up a multi-monitor environment to verify the scenario you reported. In the meantime, could you please provide the following details to help us proceed:


Multi-monitor configuration

1.How many monitors are connected to the same machine?
2.What are the resolutions and scaling (DPI) values for each monitor (e.g., 100%, 150%)?
3.Which monitor is set as the primary display?

Sample confirmation

1.We have shared a sample for your reference. Can you confirm whether the same issue occurs with our sample?
2.In your screenshot, the title bar appears to be customized. please share the relevant details or code snippet.

Issue clarification

1. When you say “SfForm is maximized on a monitor with the application bar (taskbar) locked on the left, the form expands to the full window area,” do you mean when you maximize the SfForm on a monitor where the Windows taskbar is on the left side, does the window go behind the taskbar so the minimize, maximize, and close buttons are hidden?

Replication steps

1.Please provide the exact steps to reproduce the issue. Does it occur on initial application loading, or only after dragging the window from one monitor to another? If possible, please share a video demonstrating the problem.

Thank you for your assistance. This information will help us reproduce the issue and provide a fix or workaround.

Attachment: SfFormDemo_2d414fd.zip


AD Andrea De Luca October 7, 2025 03:24 PM UTC

Multi-monitor configuration

1. 2 Monitors
2. The same for each monitor:1920x1080 100% 
3. Not th monitor with the main window of my solution

Sample confirmation

1.Your Sample work!
2. I've enclosed my solution with the problem

Issue clarification

1. The windows taskbar is on the right. Yes the 
 the window go behind the taskbar so the minimize, maximize, and close buttons are hidden?
If I move the Taskbar The minimize and miximized button are visible. But if I move the Windows taskbar the minimize and close button are hidden


Replication steps

1.The problm is on the load Event.

Thank you very much for Your Attention...and sorry for my orrible English. :( 

Attachment: AebersoldPDFViewer_(2)_a9df3c07.zip


SB Sweatha Bharathi Syncfusion Team October 9, 2025 01:51 PM UTC

Andrea De Luca,

Thank you for your update. We are currently setting up a multi-monitor environment to verify the scenario you reported. We need some time to investigate the issue, and we will provide a further update by October 13, 2025.

In the meantime, if possible, kindly share a video reference clearly demonstrating the reported scenario. Also, please confirm the operating system you are using for both monitors.



AD Andrea De Luca October 9, 2025 02:44 PM UTC

Hi, this is the Version of Windows:

Windows 10 Pro 22H2 Build 19045.6396 64bit
I'm sending you the video too.

Thanks in advance


Attachment: 20251009_163400_c04a0b81.zip


SB Sweatha Bharathi Syncfusion Team October 10, 2025 01:12 PM UTC

Hi Andrea De Luca,

Thank you for providing the video. 

Currently, we are in the process of setting up Windows 10 with dual monitors. We need some time to validate the setup. We will provide an update once the environment is ready.


SB Sweatha Bharathi Syncfusion Team October 13, 2025 01:27 PM UTC

Andrea De Luca,

We have reviewed the reported issue on our end and confirmed it as a defect. And We have logged a bug, and we will provide feedback on October 14, 2025.

Temporary workaround:
In the meantime, as a temporary workaround, you can enable the maximize button for SfForm. When enabling the MaximizeBox, the SfForm window resizes properly, and all the icons are clearly visible within the window.
Code snippet to enable the MaximizeBox:

Me.MaximizeBox = True


SB Sweatha Bharathi Syncfusion Team October 14, 2025 12:43 PM UTC

 Andrea De Luca,

We have checked the reported issue “SfForm does not resize properly when Windows10 taskbar is docked right and MaximizeBox is disabled” on our end and it is confirmed as a defect. And We have logged a bug. We will fix this issue and include it in our NuGet release Which is scheduled on November 04, 2025.
You can track the status of this report through the following feedback link,
Note: The provided feedback link is private, and you need to log in to view this feedback.
We will let you know once it is released. We appreciate your patience until then.
Disclaimer: Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.

 


SB Sweatha Bharathi Syncfusion Team October 29, 2025 12:38 PM UTC

Andrea De Luca,

We would like to let you know that Essential Studio Weekly NuGet packages (v31.2.4) has been published in nuget.org with the fix for the issue “SfForm does not resize properly when Windows10 taskbar is docked right and MaximizeBox is disabled”. Please let us know if you have any concerns in this.
 
 
Root cause analysis:
 
The SfForm incorrectly applies maximized window region logic even when MaximizeBox = false, causing layout clipping when the Windows 10 taskbar is docked to the right.

Loader.
Up arrow icon