-
Textbox in Listview
Hi @ll !!
Well, I want to edit a text in the second column of my listview. Therefore I want a textbox to appear in the selected row/ column when I click on an item. How can I get the exact position for that textbox ??
Hope ne1 can help.
Thx
Rincewind79
-
This forum thread shows how to put a combo box in a ListView. You should be able to modify the code for placing a textbox fairly easily. Hope this helps. :)
http://forums.vb-world.net/showthrea...hreadid=134475
-
Thank you. It helped a bit, I was already going into that direction. My Problem is, that the textbox is "falling down" the higher the item.index gets, but i guess this can be fixed by trial and error. :)
-
I'm sure that a whole lot of trial and error went into originally building it. :)
I don't believe I've seen any code on this forum for placing a text box on a listview control, so when you get it working, post it. I'm sure someone down the road will benefit from it! :D