mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Add Drag & Drop example to demo #598
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hexdump2002 on GitHub (Nov 22, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
Hi,
I am a new Electron.NET user and need drag & drop in my app (from external to my app). After reading all the documentation and browsing the demo project I have not seen any trace of drag and drop feature but it seems electron supports it. Does Electron.NET has support for it?
If Electron.NET has support for drag & drop would be nice to have a simple example for newcomers.