Hi @Justin Tunbridge,
Welcome to Microsoft Q&A!
Are you using the latest VS2022 version 17.8.6?
It may be due to scaling limitations of the Windows Forms Designer on HDPI monitors.
When you work in the designer, you can use the DevEnv.exe tool to restart the Visual Studio as DPI-unaware:
Select Tools > Command Line > Developer Command Prompt > enter devenv /noScale.
If you are not working in the designer, you can close and reopen the Visual Studio to return to DPI-aware again.
For more information, please refer to: Fix HDPI/scaling issues with Windows Forms Designer in Visual Studio.
Sincerely,
Anna
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.