HandyControl icon indicating copy to clipboard operation
HandyControl copied to clipboard

After hc:Window is maximized, the top 1px height of the title bar cannot be manipulated by the mouse.

Open CodingOctocat opened this issue 1 year ago • 0 comments

Describe the bug

hc:Window 最大化后,标题栏顶部 1px 高度无法被鼠标操作

After hc:Window is maximized, the top 1px height of the title bar cannot be manipulated by the mouse.

这个问题和 MicaWPF 库的一个问题一模一样(MicaWPF 已修复该问题):

This problem is exactly the same as a problem with the MicaWPF library:

MicaWPF/issues/20#

Steps to reproduce the bug

  1. Create a hc:Window
  2. Maximize the window
  3. Move mouse pointer to top
  4. Try to drag or right click the window(You can't do it)

Expected behavior

No response

Screenshots

No response

NuGet package version

HandyControls (Custom version) 3.4.0

IDE

Visual Studio 2022

Framework type

.Net 6.0

Windows version

Windows 11 (22000)

Additional context

No response

CodingOctocat avatar Aug 01 '22 12:08 CodingOctocat