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.
我正在 WPF/C# 中开发一个涉及比例的自定义控件。正如人们所期望的那样,比例尺沿比例尺的关键刻度显示数字标签(TextBlock 实例)。
在进行一些手动测试时,我遇到了一个奇怪的场景,如果我的控件大小合适,特定比例标签就会出现乱码。
这是屏幕截图的链接:
如果我将控件重新调整为单个像素,那么一切都会按预期工作。
知道发生了什么吗?它只是一个WPF错误吗?