<?xml version="1.0" encoding="utf-8"?> <Type Name="RepeatLayout" FullName="System.Web.UI.WebControls.RepeatLayout"> <TypeSignature Language="C#" Maintainer="auto" Value="public enum RepeatLayout" /> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyPublicKey> </AssemblyPublicKey> <AssemblyVersion>1.0.5000.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement> <Base> <BaseTypeName>System.Enum</BaseTypeName> </Base> <Docs> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>The <see cref="T:System.Web.UI.WebControls.RepeatLayout" /> enumeration represents the different layout options for a list control.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Specifies the layout of items in a list control.</para> </summary> </Docs> <Members> <Member MemberName="Flow"> <MemberSignature Language="C#" Value="Flow" /> <MemberType>Field</MemberType> <ReturnValue> <ReturnType>System.Web.UI.WebControls.RepeatLayout</ReturnType> </ReturnValue> <Parameters> </Parameters> <Docs> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>The following example shows markup that is rendered for a <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> control whose <see cref="P:System.Web.UI.WebControls.CheckBoxList.RepeatLayout" /> property is set to <see cref="F:System.Web.UI.WebControls.RepeatLayout.Flow" />.</para> <code><span id="ctl00_MainContent_CheckBoxList1"> <input id="ctl00_MainContent_CheckBoxList1_0" type="checkbox" name="ctl00$MainContent$CheckBoxList1$0" value="Item 1" /> <label for="ctl00_MainContent_CheckBoxList1_0">Item 1</label> <br /> <input id="ctl00_MainContent_CheckBoxList1_1" type="checkbox" name="ctl00$MainContent$CheckBoxList1$1" value="Item 2"/> <label for="ctl00_MainContent_CheckBoxList1_1">Item 2</label> <br /> <input id="ctl00_MainContent_CheckBoxList1_2" type="checkbox" name="ctl00$MainContent$CheckBoxList1$2" value="Item 2" /> <label for="ctl00_MainContent_CheckBoxList1_2">Item 2</label> </span></code> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Items are displayed without a table structure. Rendered markup consists of a span element and items are separated by br elements.</para> </summary> </Docs> <AssemblyInfo> <AssemblyVersion>1.0.5000.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> </Member> <Member MemberName="Table"> <MemberSignature Language="C#" Value="Table" /> <MemberType>Field</MemberType> <ReturnValue> <ReturnType>System.Web.UI.WebControls.RepeatLayout</ReturnType> </ReturnValue> <Parameters> </Parameters> <Docs> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>The following example shows markup that is rendered for a <see cref="T:System.Web.UI.WebControls.CheckBoxList" /> control whose <see cref="P:System.Web.UI.WebControls.CheckBoxList.RepeatLayout" /> property is set to <see cref="F:System.Web.UI.WebControls.RepeatLayout.Table" />.</para> <block subset="none" type="note"> <para>This option causes the control to render HTML that might not conform to accessibility standards. For more information, see <format type="text/html"><a href="7e3ce9c4-6b7d-4fb1-94b5-72cf2a44fe13">Accessibility in Visual Studio 2010 and ASP.NET 4</a></format>.</para> </block> <code><table id="ctl00_MainContent_CheckBoxList2"> <tr> <td> <input id="ctl00_MainContent_CheckBoxList2_0" type="checkbox" name="ctl00$MainContent$CheckBoxList2$0" value="Item 1" /> <label for="ctl00_MainContent_CheckBoxList2_0">Item 1</label> </td> </tr> <tr> <td> <input id="ctl00_MainContent_CheckBoxList2_1" type="checkbox" name="ctl00$MainContent$CheckBoxList2$1" value="Item 2" /> <label for="ctl00_MainContent_CheckBoxList2_1">Item 2</label> </td> </tr> <tr> <td> <input id="ctl00_MainContent_CheckBoxList2_2" type="checkbox" name="ctl00$MainContent$CheckBoxList2$2" value="Item 3" /> <label for="ctl00_MainContent_CheckBoxList2_2">Item 3</label> </td> </tr> </table></code> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Items are displayed in a table.</para> </summary> </Docs> <AssemblyInfo> <AssemblyVersion>1.0.5000.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> </Member> </Members> </Type>