Devendar Reddy Adulla
Devendar Reddy Adulla
### Test `Form_DpiChanged_MinMaxSizeChanged_WithRuntimeSetting` ### Issue description `Form_DpiChanged_MinMaxSizeChanged_WithRuntimeSetting` fail only on lab machines and pass on local machines. It seems lab machines failing to set thread's Dpi context. Need to investigate...
### .NET version .NET 7.0 ### Did it work in .NET Framework? Yes ### Did it work in any of the earlier releases of .NET Core or .NET 5+? Yes...
* .NET Core Version: .NET 6.0 **Problem description:** This issue is created to track missing unit and integration tests for the high DPI changes we will be doing in .NET...
This is a tracking bug for the comment on https://github.com/dotnet/winforms/pull/6198#pullrequestreview-809063648. Goal is to move some of the Boolean flags in the ContainerControl Class to a bitfields to improve performance.
We fixed issue https://github.com/dotnet/winforms/issues/7251 in .NET 7.0 but put behind a quirk to avoid any potential breaks to existing applications. We introduced runtimeconfig.options for WinForms and put this change behind...
null ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/dotnet/winforms/pull/7856)
Explicitly assigned Font is scaled when there is a DPI change in PmV2 applications and propagate this new Font to its children. However, in a mixed mode application, children may...
This issue is to follow-up and track for the comments made on PR #5059 about scaling of child items that do not have conventional child-parent relationship via 'SetParent(..)' with ToolstripControlHost....