Üdvözlöm Váradi Gergely
Levelét olvasva azt láttam Ön is hasonló gondokkal küzd0tt mint én Drag and Drop ügyben.
Haladt-e azóta e témában?
Ha igen tudna számomra öttletet adni hogy lehet több nem összefüggö sort D&D -olni
Tisztelettel
Mátyás Csaba
[email protected]>Set ListBoxSelectionMode = SelectionMode.MultiExtended
>
>Set ControllerOptions = GridControllerOptions.OleDataSource
>
>In runtime, select 2 consecutive rows (e.g. 1st and 2nd) with Shift+left mouse button. In this case you can drag (mouse cursor transforms into the "drag-cursor") the selection either at the top of the first row or at the bottom of the second one.
>
>However, if you select these 2 rows with the Ctrl key, and e.g. the current cell is in the 3rd row, you cannot drag the selection at the top of the first row, only at the top and bottom of the second one.
>
>And why QueryCanOleDragRange receives a RangeInfo and not a RangeInfoList object? Check out explorer, it is able to manage Ctrl+LClick selection drags.