I want to implement borderless window with drag logic on some HTML element. I found some working examples (like frameless window for Chrome) and this is what I\'ve tried:
Take a look at: https://github.com/qwqcode/CefSharpDraggableRegion
This you can specify -webkit-app-region: drag in CSS to tell CefSharp which regions are draggable (like the OS's standard titlebar).
-webkit-app-region: drag