advTreeView

Hello,


I've a short Question:
is it possible to Drag'n'Drop Files from Explorer to the AdvTreeView?
If so, how is it done ?

Greetings
Chris

Drag & drop from Windows Explorer is typically done either via the WM_DROPFILES method or via OLE drag & drop. There is no built-in code in TAdvTreeView to handle this but you can add such code at application level.