设置组合框的默认文本
我想知道 silverlight 中是否有一种方法可以为组合框设置占位符值。
我希望实现的行为是当组合框没有选择时,显示占位符值。
当用户单击打开值列表时不应显示此值,并且如果清除所选索引,则将再次显示占位符值。
谢谢!
I'm wondering if there is a way in silverlight to set a placeholder value for a combo box.
The behavior I wish to achieve is such that when the combo box has no selection, a placeholder value is shown.
This value shouldn't be displayed when the user clicks to open the list of values, and if the selected index is cleared, the placeholder value is shown again.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个 如何在 WPF 页面加载时的组合框中显示默认文本“--Select Team --”? 和这个 Silverlight 4 ComboBox - 绑定到可为空数据(尝试过 TargetNullValue 但未按预期工作)
Have a look at this How to display default text "--Select Team --" in combo box on pageload in WPF? and this Silverlight 4 ComboBox - Binding to Nullable data (tried TargetNullValue but not working as expected)