IPopupFeaturesScrollbarsVisible Property  | 
Version 93.1.111 
            Gets a value indicating whether the scrollbars is visible.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxbool ScrollbarsVisible { get; }property bool ScrollbarsVisible {
	bool get ();
}Property Value
Type: 
Boolean
            True if scrollbars visible, false if not.
            
See Also