datagridviewcomboboxcolumn

DataGridViewComboBoxColumn - Have to click cell twice to display combo box

微笑、不失礼 提交于 2019-12-10 12:58:34
问题 I am using a DataGridView , created using the designer with a few columns including a DataGridViewComboBoxColumn column. It is slightly irritating that I have to click on each cell twice or even three times to display the drop-list: If I click over the text part, it takes 3 clicks! If I click on the down arroow, only two clicks: I assume it's due to the cell using the first click to get focus, but is there a way to address the issue so clicking on a cell displays the combobox right away? I