microsoft / microsoft-ui-xaml

Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
MIT License
6.15k stars 666 forks source link

TabView item drag does not adapt to DPI change #9776

Closed HO-COOH closed 2 days ago

HO-COOH commented 6 days ago

Describe the bug

The visual / tooltip shown when dragging a TabViewItem is not per monitor dpi aware.

8442 is for WinUI2. Same issue here for WinUI3.

Steps to reproduce the bug

  1. Open WinUi3 Gallery, go to TabView page
  2. Drag a TagViewItem to another monitor with a different dpi

The font size and visual size are not changing

Expected behavior

No response

Screenshots

TabView

NuGet package version

WinUI 3 - Windows App SDK 1.5.4: 1.5.240607001

Windows version

Windows 11 (22H2): Build 22621

Additional context

No response

github-actions[bot] commented 6 days ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one. Thank you!

Open similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

codendone commented 2 days ago

I believe this is an OS issue, making the underlying cause/fix the same as #8442. Let's track through that one issue. I added a comment in that issue to note the issue also applies to WinUI3.