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 文本框,它将电话号码显示为“(555) 555-5555”,但值为“5555555555”。
我看到的所有示例都能够屏蔽 UI 上的控件,但这会影响我的视图模型的绑定属性,因此属性值具有无关的 ()- 字符。
IValueConverter怎么样?
我在想你可能不得不自己动手。它不应该太难,子类和覆盖以获得您正在寻找的结果。