ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Tabs Namespace / C1Tabs Class / Scrollable Property

In This Topic
    Scrollable Property
    In This Topic
    Determines whether to wrap to the next line or scrolling is enabled when the tabs exceed the specified width.
    Syntax
    'Declaration
     
    Public Property Scrollable As System.Boolean
    public System.bool Scrollable {get; set;}
    See Also