How can I write Binding from XAML in my code to bind my collection element?
<GridViewColumn Width="70" DisplayMemberBinding="{Binding PageConfidences[0], StringFormat=p1}">
...
</GridViewColumn>
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.
Depending on what PageConfidences is, you may have to write a value converter. See http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/ed707380-f14f-40e1-8a79-bfb9a445a7fa/