0
how to make listview editable in c# ???
Hi, I'm working on a windows form application project that i need to add textbox or something like that to listview to get some of the values from user. Does anyone have an idea to help me?!
1 Réponse
0
hi ,
in Visual Studio menu you can find ToolBox that let you create Text box or list view and you can get the input from user with it .
Good Luck.