Maura Monville

Maura Monville

  • 1.7k
  • 70
  • 6.1k

Best WPF control to display a dynamic editable list of strings

Feb 19 2022 11:37 PM

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.
 


Answers (6)