Jump to content


bdensa

Member Since 01 Dec 2013
Offline Last Active Jan 27 2014 11:20 AM
-----

Topics I've Started

Drag and Drop a selected Range of Cells

21 January 2014 - 12:12 AM

Dear Boki,

I'm programming an "Excel like" spreadsheet. One of the features, that still lacks, is drag and drop.

It should work as follows :

- Select the range of cells to be dragged and dropped.

- If you move with the mouse pointer over the border of the cell range selected with no mouse button pressed, the shape
of the cursor changes while the mouse pointer is over the border of the selected cell range as in Excel.

- If you click on the border of the selected cell range with that changed cursor, you can drag the selected range including
the content of the cells to a new position.

- If you release now the button, the selected cell range and its content is dropped at the new position.

How can I realize this ? I would be very grateful for a detailed explanation and/or a short demo program.


By the way : Your software is really ingenious but the documentation could be a little bit more comprehensive.

Kind regards

Andres