Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经构建了一个自定义计时器控件,它基本上是一个用户控件,该控件具有 TextBox 控件,这些控件具有在工作时倒计时的值。
此控件作为子控件添加到 Canvas,当开始拖动控件时,它会放置在 AdornerLayer 中。
拖动此控件时,工作中的文本框会闪烁,如果您停止移动(但不要鼠标向上!!),文本框会消失!
我已经寻找解决方案,其中一个说将装饰元素和 AdornerLayer IsHitTestVisible 设置为 false,但它没有成功
任何帮助,将不胜感激