System.Web.UI.WebControls.RepeatLayout Enumeration

Specifies the layout of items in a list control.

Syntax

public enum RepeatLayout

Remarks

The System.Web.UI.WebControls.RepeatLayout enumeration represents the different layout options for a list control.

Members

Member NameDescription
Flow

Items are displayed without a table structure. Rendered markup consists of a span element and items are separated by br elements.

Table

Items are displayed in a table.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0