3

I have datagridview and webview2 in splitcontainer.(orientation=horizontal, dock=fill)

After placing the textbox instead of webview2, if I grab the splitter with the mouse and move it, the splitter's movement is visible.

But when I place the webview2 in the splitcontainer, the splitter's movement disappears and is not visible.

Is it possible to make the splitter's movement visible on the webview2 area placed in the splitcontainer?

splitter disppears on webview2

haren
  • 33
  • 3
  • What does _visible_ mean in the context of _"the splitter's movement disappears and is not visible"_? – Flydog57 Aug 22 '22 at 23:08
  • @Flydog57 splitcontainer has a splitter that can be resized, and when we hold and drag it with the mouse, we can see the splitter movement in real time. – haren Aug 22 '22 at 23:23
  • Does it move (and just be invisible while it's moving) or something else? – Flydog57 Aug 22 '22 at 23:24
  • @Flydog57 The splitter performs resizing successfully, but the movement of the splitter bar just disappears ont the webview2 area. – haren Aug 22 '22 at 23:31
  • Does it reappear once you move and release the mouse? – Flydog57 Aug 23 '22 at 02:17
  • @Flydog57 The process of dragging the splitter to the webview2 area is not visible, but is shown when released. – haren Aug 23 '22 at 03:26
  • That's very likely an unavoidable behavior (I don't know for sure, but...). The browser control is complex and resizing it dynamically with an animation is probably more work than the implemters thought was worth it. – Flydog57 Aug 23 '22 at 05:46
  • While keeping it open here, I'd suggest you post an issue here as well: https://github.com/MicrosoftEdge/WebView2Feedback/issues – Reza Aghaei Aug 23 '22 at 16:59
  • @RezaAghaei As you advised, I will raise an issue on that page as well. – haren Aug 24 '22 at 02:49

0 Answers0