Is it possible to add a combo box/drop down to each cell in column 1 of a listview? I did try the method of repositioning of the width, left and top, however i was unable to adjust the height of the combo. Also, this combo was restricted to just the first cell in the first column. What i need to accomplish is add a combo box to the each cell once a button is clicked. So the first time its clicked, a combo goes to Row 1 column 1, the second time its click, a combo goes to row 2 column 1. Any help would be greatly appreciated.