ListFormWebPart.OverflowAuto Property
Gets a value that indicates whether you can override the default setting for the cascading style sheet (CSS) overflow attribute when rendering the ListFormWebPart.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides ReadOnly Property OverflowAuto As Boolean
Get
'Usage
Dim value As Boolean
value = Me.OverflowAuto
protected override bool OverflowAuto { get; }
Property Value
Type: System.Boolean
true if the default behavior is specified; otherwise, false.
Remarks
This property always returns false.