ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / ThemeScrollableControl Class / AutoScroll Property

In This Topic
    AutoScroll Property
    In This Topic
    Gets or sets a value indicating whether the container enables the user to scroll to any controls placed outside of its visible boundaries.
    Syntax
    'Declaration
     
    Public Overrides Property AutoScroll As System.Boolean
    public override System.bool AutoScroll {get; set;}

    Property Value

    true if the container enables auto-scrolling; otherwise, false. The default value is false.
    See Also