Reputation: 430
I want to know, how to make a listbox, whose items can be edited dynamically, at runtime. Thank you!
Upvotes: 0
Views: 50
Reputation: 31616
Use an DataGrid with one column and specify IsReadonly to false
to indicate editing is allowed. Style it as necessary.
Upvotes: 1