I need exactly this: Click Me
But just for WPF.
And I know, that I should use Binding etc. , but its just for a own test.
I didn’t find out yet how I can achieve that..
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.
What about this:
Yes I know this attempt uses a concrete object Person and binding, but using this approach, it is really simple just to modify the columns/properties you need without taking care of the ListView itself. I think that an approach with binding is more simple than any other.
XAML:
C#: