使用HandyControl的hc:Window控件后,窗口最下面会有大概1像素左右的白色边框,请问怎么去掉这白线? #743
steveyan00
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
使用hc:Window来作为窗口控件并自定义NonClientArea背景色。

如图所示,窗口最下面的边框是白色的,其他三面的边框是深色的。在vs的设计器中看不到这一现象,但生成后运行就会出现。
尝试过:
请问如何解决这一问题?

我观察到,源代码中提供的示例也有这条白线存在:
请注意背景图案与边框间的白线。
我使用的是Nuget上的3.1版本,使用HandyControl的默认样式,
环境为
Windows 10 20H2
.net 5.0.201
vs 2019 社区版
Beta Was this translation helpful? Give feedback.
All reactions