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)

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.

See also

Reference

ListFormWebPart class

ListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace