I am looking for the proper WPF control(s) to display a list of strings subject to the following constraints:
1. The user can edit the single item 2. There may be some "empty" items 3. The code must have access to the list content before and after the editing
Maybe a ListBox or a ListView. Despite spending many hours searching for documentation and examples I am not sure yet if and how to make the list items editable. I am a novice... sigh
Thank you in advance.