Gets the scroll setting for the C1GridView control.

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

Syntax

C#
[LayoutAttribute(LayoutType.Behavior)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[JsonAttribute(true, true, null)]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("C1.Web.UI.Design.C1GridViewObjectConverter, C1.Web.UI.Design.2")]
public C1GridViewScrollSettings ScrollSettings { get; }
Visual Basic
<LayoutAttribute(LayoutType.Behavior)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<JsonAttribute(True, True, Nothing)> _
<NotifyParentPropertyAttribute(True)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<TypeConverterAttribute("C1.Web.UI.Design.C1GridViewObjectConverter, C1.Web.UI.Design.2")> _
Public ReadOnly Property ScrollSettings As C1GridViewScrollSettings
	Get

Remarks

The Height and Width properties of C1GridView must be specified in order for the scrollbars to appear and scroll properly.

See Also