C# WPF - How do I get all values of a specific column of a list view?
I'm autogenerating the items of 3 columns of the listview and the 4th column is a user input which has to be read entirely once a button below the whole listview is being pressed.
The 4th column consists of Textboxes so at the end I want a List<string> with all values of each row of column 4.
Thanks for any help
0 comments:
Post a Comment