R
RMZ
Dows the DataGridView control provide a way to symbolize the location
between the two rows where the user is targetting a drop? For example,
in iTunes you can drag a song in a set from the bottom of the list to
the top and as you drag it the space between the two rows were it can
insert is symbolized with a solid line, can the grid control do this?
Also is there a way to show the row being draged behind the mouse as
it's being dragged, or at least an outline of some kind, again I'm
looking to recreate the drag and drop behavior I'm seeing in the
Windows iTunes client using the DataGridView.
between the two rows where the user is targetting a drop? For example,
in iTunes you can drag a song in a set from the bottom of the list to
the top and as you drag it the space between the two rows were it can
insert is symbolized with a solid line, can the grid control do this?
Also is there a way to show the row being draged behind the mouse as
it's being dragged, or at least an outline of some kind, again I'm
looking to recreate the drag and drop behavior I'm seeing in the
Windows iTunes client using the DataGridView.