ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Splitter Namespace / SplitterPanel Class / ScrollBars Property

In This Topic
    ScrollBars Property (SplitterPanel)
    In This Topic
    Gets or sets the type of scroll bars to display for splitter panel.
    Syntax
    'Declaration
     
    Public Property ScrollBars As System.Web.UI.WebControls.ScrollBars
    public System.Web.UI.WebControls.ScrollBars ScrollBars {get; set;}
    See Also