3.2.0

Drag & Drop for Grid Control

Hello, i just bought this package. Is it possible to (for example) select files in the Grid control, and Drag/Drop them into a folder? How would i make this if that is not supported?...
Patrick
August 1,
ActiveWidgets currently does not provide any support for drag & drop operations. You can try implementing this using custom IE events -

http://msdn.microsoft.com/en-us/library/ms536928.aspx
http://msdn.microsoft.com/en-us/library/ms536929.aspx

or just standard mousedown, mousemove, mouseup.
Alex (ActiveWidgets)
August 1,
Yes i have a drag & drop. But the question is where do i hook it in ActiveWidgets? where do i find the mousedown, mousemove, mouseup for rows?
Patrick
August 1,

This topic is archived.

See also:


Back to support forum