InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ScrollBarPanel Class / ForceScrollBars Property

In This Topic
    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