Skip to content

[HDPI] ToolStrip overflow menu images appear blurry at high DPI while main ToolStrip images remain sharp #14616

@Olina-Zhang

Description

@Olina-Zhang

.NET version

.NET 11 Preview 6 build: 26304.117

Did it work in .NET Framework?

Not tested/verified

Did it work in any of the earlier releases of .NET Core or .NET 5+?

Repro on .NET 8.0/9.0 and 10.0

Issue description

When a ToolStrip contains enough items to trigger the overflow button, the standard images displayed in the overflow dropdown menu appear noticeably blurred under high DPI settings.
The same images render sharply in the main ToolStrip area.
The issue reproduces using the built-in Insert Standard Items feature and does not require any custom images, ImageLists, or custom renderers.

Image

Steps to reproduce

  1. Create a WinForms application.
  2. Add a ToolStrip.
  3. Use Insert Standard Items to populate the ToolStrip.
  4. Add enough items so that the overflow button appears.
  5. Run the application with Windows display scaling set to 200%.
  6. Open the overflow menu.
    Result: Observe that the images in the overflow menu are noticeably blurrier than the same images displayed in the main ToolStrip.

Metadata

Metadata

Assignees

Labels

area-HDPIHDPI, not specific to Dpi mode of apparea-controls-StripControlsuntriagedThe team needs to look at this issue in the next triage

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions