Im writing client's app that behaviour mostly like browser, but it looks like a program.
Im using cefsharp and chromium web browser for it, no any buttons or anything else - just window with browser inside.
I want to disable item dragging (when click on button that open another page and move it - link appears / or drag a picture).
Is it possible to achieve?
Using Visual Studio 2017, C#.