Is there any way to not show the combo box arrow on a mouse-over of a cell that has a ValueList? In other words, I don't want to show the combo box drop down arrow until I click on a cell with a valueList set, not just hover over it. This functionality would work just like clicking on any Property of a control in Visual Studio. The combo box is not seen until you click the cell.
Yes, set the ButtonDisplayStyle property on the column to OnCellActivate.
That's exactly what I was looking for. Thanks.