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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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/