ForceScrollBars Property (ScrollBarPanel)
In This Topic
Gets or sets whether the scrollbars defined by the
ScrollBarPanel.ScrollBars property should remain visible even if they are not needed.
Syntax
'Declaration
Public Property ForceScrollBars As Boolean
public bool ForceScrollBars {get; set;}
See Also