SPChromeSettings.OverflowAuto Property

Allows a Web Part to set a value to override the default setting for the cascading style sheet (CSS) overflow attribute when rendering the Web Part body.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property OverflowAuto As Boolean
    Get
    Set
'Usage
Dim instance As SPChromeSettings
Dim value As Boolean

value = instance.OverflowAuto

instance.OverflowAuto = value
public bool OverflowAuto { get; set; }

Property Value

Type: System.Boolean

Remarks

The default value for an ASP.NET 2.0 Web Part is true.

See Also

Reference

SPChromeSettings Class

SPChromeSettings Members

Microsoft.SharePoint.WebPartPages Namespace