Click or drag to resize

ExperimentalExtensions Class

Version 130.1.90
Experimental Extensions
Inheritance Hierarchy
SystemObject
  CefSharp.Wpf.ExperimentalExperimentalExtensions

Namespace: CefSharp.Wpf.Experimental
Assembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public static class ExperimentalExtensions

The ExperimentalExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodUsePopupMouseTransform(ChromiumWebBrowser) 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
Public Extension MethodUsePopupMouseTransform(ChromiumWebBrowser, IMousePositionTransform) Use a custom IMousePositionTransform implemntation
Top
See Also