AIMP Forum

AIMP for PC => Ошибки и замечания / Bugs => Обработано / Processed => Topic started by: Anon1325 on October 04, 2025, 17:11:41

Title: [+] [3007] [x64] docked window size limited by working area in all dimensions
Post by: Anon1325 on October 04, 2025, 17:11:41
Windows 11 23H2 (22631.5909)
AIMP v6.00.3007 Alpha 2

In floating with auto-hiding mode (stay on top is also turned on) the window size gets limited by working area both horizontally and vertically. I'd like an option to use full screen viewport in the dimension which is not relevant to the docking side. So for example, on a 1920x1080 display if AIMP is docked to the left/right, with such an option the window should get the height of 1080 (assuming 96 DPI or 100% scaling factor) regardless of the height available to the working area.

This behavior can be reproduced i.e. by limiting the working area with an AppBar.

Working area: https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.screen.workingarea

AppBar reference: https://learn.microsoft.com/en-us/windows/win32/shell/application-desktop-toolbars

AppBar example project: https://github.com/mgaffigan/WpfAppBar
Title: Re: [3007][x64] AIMP: docked window size limited by working area in all dimensions.
Post by: Artem on October 06, 2025, 09:55:31
In floating with auto-hiding mode (stay on top is also turned on) the window size gets limited by working area both horizontally and vertically.

Yes, this is correct behavior.