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 中的蒙面文本框。
例如:35,5
我将创建一个继承自标准文本框控件的自定义控件。然后我将一个事件处理程序添加到 TextChanged 事件并检查键入的字符,如果它是无效字符(或类似的东西),则恢复更改
这里有很多有用的控件可以为您节省工作: