Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can add textboxs items in llistview columns.thanks
Posted

1 solution

Try
C#
listView1.Columns.Add(textbox1.Text);
listView1.Columns.Add(textbox2.Text);

Reference Link :- Adding Columns to the Windows Forms ListView Control[^]
 
Share this answer
 
Comments
Un_NaMeD 2-Jan-12 4:13am    
Don't get why down voted.
My 5...
RaviRanjanKr 2-Jan-12 9:03am    
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