programmatically open the drop down list of a DataGridViewComboBoxCell

  • Thread starter Thread starter JB
  • Start date Start date
J

JB

Hi All,

Is there a way to programmatically open the drop down list of a
DataGridViewComboBoxCell?

Thanks
JB
 
Well since no one else has touched it I can tell you the very small
amount I know. What you'll probably need to do is hack the
ComboBoxCell by inheriting from the original and adding some WinAPI
calls to programmatically open the dialog. An easier and more hackish
route would be to use the WinAPI again but just programmatically mouse
click the cell. Unfortunately I can't tell you what to do
specifically, but can only say that there's a good chance it can be
done.
 
Back
Top