Ketan Dubey
Ketan Dubey

Reputation: 430

How to make a listbox, whose items can be edited at runtime, in WPF

I want to know, how to make a listbox, whose items can be edited dynamically, at runtime. Thank you!

Upvotes: 0

Views: 50

Answers (1)

ΩmegaMan
ΩmegaMan

Reputation: 31616

Use an DataGrid with one column and specify IsReadonly to false to indicate editing is allowed. Style it as necessary.

Upvotes: 1

Related Questions