Visual marker when moving rows on DataGridView
- by BlueRaja
Users drag rows up and down in my DataGridView. I have the dragging logic down-pat, but I'd like there to be a dark marker indicating where the row will be placed after I let go of the mouse.
(I've seen this in 1000 places before, but can't seem to find an example right now)
Does anyone know how I'd go about doing this? Is this built-in, or…