Search results for query: *

  • Users: mikko
  • Order by date
  1. M

    DataGridViewComboBoxColumn Color

    Got a bit tangled up and just needed to add another handler. This sets the background to the color selected. Not exactly what I want but good enough for now. RemoveHandler DirectCast(e.Control, ComboBox).SelectedIndexChanged, AddressOf ComboBox1_SelectedIndexChanged AddHandler...
  2. M

    DataGridViewComboBoxColumn Color

    I would like the selected drawitem to remain after you move focus from the DataGridViewComboBoxColumn. In this example from the knowledgebase it shows how do this but only the text remains after moving to an adjacent cell. Anybody know how to do this? Private Sub Form1_Load(ByVal sender As...
Back
Top