Gets or sets the horizontal scrollbar location.

Namespace:  C1.Web.UI.Controls.C1SuperPanel.BehaviorSettings
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(C1HScrollBarPosition.Bottom)]
public C1HScrollBarPosition ScrollbarLocation { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute(C1HScrollBarPosition.Bottom)> _
Public Property ScrollbarLocation As C1HScrollBarPosition
	Get
	Set

See Also