Gets or sets the type of scroll bars to display for splitter panel.
Namespace:
C1.Web.UI.Controls.C1SplitterAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[NotifyParentPropertyAttribute(true)] [CategoryAttribute("Appearance")] [JsonAttribute(true)] [DescriptionAttribute("Gets or sets the type of scroll bars to display for splitter panel.")] [DefaultValueAttribute(ScrollBars.Auto)] public ScrollBars ScrollBars { get; set; } |
Visual Basic (Declaration) |
---|
<NotifyParentPropertyAttribute(True)> _ <CategoryAttribute("Appearance")> _ <JsonAttribute(True)> _ <DescriptionAttribute("Gets or sets the type of scroll bars to display for splitter panel.")> _ <DefaultValueAttribute(ScrollBars.Auto)> _ Public Property ScrollBars As ScrollBars Get Set |
Remarks
The default value for this property is Auto.