FlexGrid for WinForms
ScrollBarsVisible Property



Gets a ScrollBars value that indicates which scrollbars are currently visible.
Syntax
[Browsable(false)]
public ScrollBars ScrollBarsVisible {get;}
[Browsable(false)]
public:
property ScrollBars ScrollBarsVisible {
   ScrollBars get();
}
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property ScrollBarsVisible As ScrollBars
 
'Usage
 
Dim instance As ScrollableControl
Dim value As ScrollBars
 
value = instance.ScrollBarsVisible
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScrollableControl Class
ScrollableControl Members
ScrollBars Property

 

 


Copyright (c) 2025 GrapeCity, inc. All rights reserved.

Send Feedback