Move rows of a DataGrid consisting of an ArrayList with the mouse?

  • Thread starter Thread starter Johann Zöhrer
  • Start date Start date
Johann,

It shouldn't be that hard. Basically, instead of passing the actual
data, pass a pointer to the data (indicate which rows are selected, and make
sure that the drop target has access to the same data source).

Hope this helps.
 
Back
Top