How to drop down items in listview or datagrid?

I want listview and datagrid can drop down item like combobox. Please help me.

[85 byte] By [Toan] at [2007-12-23]
# 1
Can you describe what you want in a little more detail?
JaredParsonsMSFT at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 2
I want listview's cell will appear dropdown arrow when I click on it
Toan at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 3

Adding Combobox to a cell in a datagrid


http://www.vbdotnetheaven.com/Code/Jul2003/2134.asp
http://www.knowdotnet.com/articles/kdngrid.html
http://www.csharphelp.com/archives/archive151.html

Using 2005 and the datagridview cell type specifically for a combobox is there and well documented.

spotty at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic Language...