<PropertyGroup> <TargetFramework>net8.0-windows</TargetFramework> <Nullable>enable</Nullable> <UseWindowsForms>true</UseWindowsForms> <ImplicitUsings>enable</ImplicitUsings> <ApplicationHighDpiMode>SystemAware</ApplicationHighDpiMode> <ForceDesignerDpiUnaware>true</ForceDesignerDpiUnaware> </PropertyGroup>
主要是這兩句
<ApplicationHighDpiMode>SystemAware</ApplicationHighDpiMode> <ForceDesignerDpiUnaware>true</ForceDesignerDpiUnaware>