ListView.LabelEdit

IfYouSaySo

Well-known member
Joined
Jan 4, 2006
Messages
102
Location
Hermosa Beach, CA
Programming Experience
3-5
I'm using the list view, and playing around with the label edit feature. What I want is a two column list view (detail view), where the second column label is editable, but the first column is not. If both columns are editable, I can live with that. So far, all I've gotten is the first column to be editable, even when I click twice in the second column. Am I missing something, or am I trying to use this in a way not intended?

Thanks!
 
Listviews are not normally used for editing the displayed data items. Instead use the DataGridView control, I think you will find it very cooperative for what you want to do.
 
Back
Top