xaml如何为文本框创建触发器?打字时处于活动状态
我有一个文本框,我想添加一个触发器,当我单击该文本框时,文本框将更改边框颜色,直到输入完成 请帮助我使用xaml
I have a textbox, i want add a trigger, when i click that textbox, the textbox will change border color, untill typing is finish
please help me useing xaml
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个
Try this
您要求使用触发器,但聚焦状态的不同样式将是我的首选方式
You are asking for a Trigger but a different styling for the Focused state would be my preferred way of doing this