DataGridView Combobox flicker issue

0
0

I have attached a sample application  for this issue.  When we have a data grid and it has a combobox column in it we want the combobox to popup when they click on the cell.  I have added the event CellMouseClick and force the drop down to show and it seems to work but the screen flickers and places the dropdown in the upper left of the screen and then shows where it should under the column.

I am using 1.5.9 and same behavior happens in 1.5.6 on another developers machine.

Thanks -Tim

 

  • You must to post comments
0
0

Working on this. The original intended behavior was for DropDownStyle=Simple to result in a combobox to be dropped down on entering when in a cell but it’s not implemented. The DroppedDown property gets reset when the combo is reused for another cell.

  • Tim Larson
    Thanks for the update. let me know when you have more information on a fix for this as the users are a bit annoyed with this. Thanks -Tim
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.