C# .NET - Adding TextBox in ListView

Asked By san san on 01-Dec-08 03:41 AM
Hi all

I want to add textbox control to a column in a listView so that I can type in somethig in the textbox  for each row.
can u guys pls help in knowing  how I can add textBox to ListView control.
I am doing it in windows application using C#.

Any code will be greatly appriciated.

thanks,
SAN

re

Web Star replied to san san on 01-Dec-08 04:08 AM
http://www.codeproject.com/KB/list/ListViewCellEditors.aspx

Re :: Adding Textbox in Listview

Shailendrasinh Parmar replied to san san on 01-Dec-08 04:16 AM

See the following articles related to TEXTBOX in LISTVIEW

http://www.codeproject.com/KB/list/CustomListView.aspx

http://www.codeproject.com/KB/list/aa_listview.aspx

http://www.codeproject.com/KB/list/controlextenderlibrary.aspx

Hope it helps.

Here are some examples:

C_A P replied to san san on 01-Dec-08 04:17 AM
Here are some examples:
http://www.codeproject.com/cs/miscct...ellEditors.asp
http://www.codeproject.com/cs/miscctrl/aa_listview.asp
http://www.codeproject.com/cs/miscct...derlibrary.asp
http://www.codeproject.com/KB/list/CustomListView.aspx