Sue_King
(Sue King)
1
I'm trying to implement a drag and drop from one list box to another.
The OnMouseDown and OnMouseUp events don't appear to be coming through to my program. Is there a trick to getting these events working ?
The project is FMX with Rio. FMX.TMSFNCListBox version is 1.0.0.3.
Sue
Pieter
(Pieter)
2
Hi,
Drag & Drop can be enabled via the Interaction.DragDropMode property. There is no need to implement this manually.
Sue_King
(Sue King)
3
Thanks. I hadn't found that property.