InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ScrollableStackPanel Class / ForceScrollButtons Property

In This Topic
    ForceScrollButtons Property (ScrollableStackPanel)
    In This Topic
    Gets or sets whether the scroll buttons should be visible even when they are not needed.
    Syntax
    'Declaration
     
    Public Property ForceScrollButtons As Boolean
    public bool ForceScrollButtons {get; set;}
    See Also