Editable listview

I think those that do this use overlays of TextBox/Combobox etc and provide logic to display/hide the edit for a "cell", and also the get current value between editor and ListView (sub)item. But why would you want to instead of using the DataGridView?
 
Back
Top