Force dropdown of DataGridViewComboBoxox

  • Thread starter Thread starter hvj
  • Start date Start date
H

hvj

Any help would be appreciated:

Is it possible to programmatically force a datagridviewcombobox to
open its dropdown?

The reason is, I have to click twice one the cell to make it drop
down:
one to get focus and the next click to drop down. I want it to drop
down at the moment it gets focus.

Regards,
Henk
 
Any help would be appreciated:

Is it possible to programmatically force a datagridviewcombobox to
open its dropdown?

The reason is, I have to click twice one the cell to make it drop
down:
one to get focus and the next click to drop down. I want it to drop
down at the moment it gets focus.

Regards,
Henk

Setting datagridview.EditMode = EditOnEnter did the trick. Now I only
have to click once for dropdown.
 
Back
Top