ListViewWebPart.OverflowAuto Property

Gets a value that indicates whether the default setting for the CSS overflow attribute can be overridden when rendering the ListViewWebPart.

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. This property always returns false.

Remarks

The CSS overflow attribute setting determines how to manage when content exceeds the height or width of an HTML object.

See Also

Reference

ListViewWebPart Class

ListViewWebPart Members

Microsoft.SharePoint.WebPartPages Namespace