Click here to Skip to main content
16,005,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a listview whith detailt name and age

Name | Age

my list listView_Bibliotek.LabelEdit = true;
i can only change the name ,i would like to change the age also and the name
How do i write then?
Posted
Comments
Kurac1 19-May-12 13:48pm    
alright but why can i change the first place [0] in the listview then?
Kurac1 19-May-12 13:50pm    
and what about this site
http://www.csharphelp.com/2006/10/c-editable-listview/
Kurac1 19-May-12 13:53pm    
okey do u know any guide how to make it possible :)

1 solution

Listview doesn't allow you to modify sub items. If you need a control where all columns can be edited, could you use for example DataGridView[^] Another option is to use a third party control or implement the editability by yourself (the hardest way :))
 
Share this answer
 
v2
Comments
Mohamed Mitwalli 20-May-12 5:30am    
5+
Wendelius 20-May-12 6:46am    
Thanks :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900