Visual marker when moving rows on DataGridView

Posted by BlueRaja on Stack Overflow See other posts from Stack Overflow or by BlueRaja
Published on 2010-03-19T17:18:01Z Indexed on 2010/03/19 17:21 UTC
Read the original article Hit count: 233

Filed under:
|
|
|

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 would I have to draw my own marker (if so, how do I do that)?

Thanks!

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#