ExperimentalExtensionsUsePopupMouseTransform(ChromiumWebBrowser) Method |
Version 130.1.90
Html dropdown goes off screen when near bottom of page by default
Calling this method to use the MousePositionTransform implementation
to reopsition Popups and mouse.
Issue https://github.com/cefsharp/CefSharp/issues/2820
Namespace: CefSharp.Wpf.ExperimentalAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public static void UsePopupMouseTransform(
this ChromiumWebBrowser chromiumWebBrowser
)
public:
[ExtensionAttribute]
static void UsePopupMouseTransform(
ChromiumWebBrowser^ chromiumWebBrowser
)
Parameters
- chromiumWebBrowser ChromiumWebBrowser
- browser
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ChromiumWebBrowser. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also