Draggable borderless window in CefSharp

后端 未结 2 967
我在风中等你
我在风中等你 2021-01-07 09:24

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:

2条回答
  •  梦谈多话
    2021-01-07 09:53

    Take a look at: https://github.com/qwqcode/CefSharpDraggableRegion

    GIF

    This you can specify -webkit-app-region: drag in CSS to tell CefSharp which regions are draggable (like the OS's standard titlebar).

提交回复
热议问题