asp.net.ph

RepeatLayout Enumeration

System.Web.UI.WebControls Namespace


Specifies the layout in which items of a list control are displayed.

Members


Member Name Description
Flow Specifies that the items in a list control are displayed using a flow layout.
Table Specifies that the items in a list control are displayed using a tabular layout ( default ).

Remarks

The RepeatLayout enumeration represents the different layout options in which the contents of a repeating list control, such as the DataList, CheckBoxList and RadioButtonList, can be displayed.

Example

The following example demonstrates dynamically setting the RepeatLayout of a DataList at run time, based on user input.

 Show me 

See Also

CheckBoxList.RepeatLayout   DataList.RepeatLayout   RadioButtonList.RepeatLayout   RepeatDirection Enum Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph