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

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