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.
在上图中,您会注意到,表示 ComboBox 的虚线矩形已聚焦但问题是它超出了 ComboBox 的文本区域...如何将其与文本区域WPF 样式对齐?
谢谢
如果没有看到您的 ControlTemplate,很难给出更改它的最佳方法。
一种稍微笨拙的方法是将 ComboBox 上的 Focusable 设置为 False,然后将 TextBlock(或 Label)上的 Focusable 设置为 True。这应该可以让 TextBlock 在 ComboBox 应该获得焦点时获得焦点。
不过,我最好的猜测是你有一些奇怪的边距,解决它的真正方法是理顺这些边距。