Gets or sets if horizontal, vertical, or both scroll bars should be displayed

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

Syntax

C#
[DefaultValueAttribute(DOMScrollOrientation.Both)]
[NotifyParentPropertyAttribute(true)]
[JsonAttribute(true, true, DOMScrollOrientation.Both)]
public DOMScrollOrientation ScrollOrientation { get; set; }
Visual Basic
<DefaultValueAttribute(DOMScrollOrientation.Both)> _
<NotifyParentPropertyAttribute(True)> _
<JsonAttribute(True, True, DOMScrollOrientation.Both)> _
Public Property ScrollOrientation As DOMScrollOrientation
	Get
	Set

Field Value

The default value is Both()()()().

Remarks

The ScrollMode property of the ScrollSettings object must be set to ScrollBar for scroll bars to be visible.

See Also