Anchoring issue on multi-monitor setup using HDPI PerMonitorV2 #11516
Labels
area-Anchor/Scaling
HDPI issues around anchoring and docking
area-HDPI-PMv2
Issues related to high DPI PerMonitorV2 mode
area-MDI
Multiple Document Interface issues
Milestone
.NET version
.NET 9.0 Preview 4
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
This worked in NET 6.
Issue description
When moving the MDIParent from a 100% monitor to a 150% monitor, widening the form, closing frmNameList, then opening a new form (File -> Names), the new form is not laid out correctly. The PictureBox Custom Control is too far to the left, but was anchored Top, Right. The ListView control is too wide and overlaps with the controls to the right of it.
AnchorIssue.mp4
Steps to reproduce
AnchorIssue.zip
The text was updated successfully, but these errors were encountered: