在 Silverlight xaml 中进行数据绑定时附加字符串问题
我有一个接受字符串的控件,但在显示它时我想在 xaml 中将“Hello”附加到该字符串,我该怎么做?
I have a control which accepts a string but when displaying it i want to append "Hello" to that string right in xaml how do i do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以绑定到该属性并使用 StringFormat:
可以在此处找到更多信息:
http://www.designersilverlight。 com/2010/05/28/silverlight-4-binding-and-stringformat-in-xaml/
You can bind to the property and use the StringFormat:
Some more info can be found here:
http://www.designersilverlight.com/2010/05/28/silverlight-4-binding-and-stringformat-in-xaml/