How do I bind a Text File name, to a ListBox control in a Windows Metro style application using C#?
Or:
How do I bind a Dictionary() to a XAML ListBox control?
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.
After what seemed to be endless hours of reading through documentation, searching, and asking questions; I managed to figure this out for myself.
Below is the code that works just as I need it to in my situation:
XAML:
Code-behind: