<?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 &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; 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>&lt;span id="ctl00_MainContent_CheckBoxList1"&gt;
  &lt;input id="ctl00_MainContent_CheckBoxList1_0" type="checkbox" 
    name="ctl00$MainContent$CheckBoxList1$0" value="Item 1" /&gt;
  &lt;label for="ctl00_MainContent_CheckBoxList1_0"&gt;Item 1&lt;/label&gt;
  &lt;br /&gt;
  &lt;input id="ctl00_MainContent_CheckBoxList1_1" type="checkbox"
    name="ctl00$MainContent$CheckBoxList1$1" value="Item 2"/&gt;
  &lt;label for="ctl00_MainContent_CheckBoxList1_1"&gt;Item 2&lt;/label&gt;
  &lt;br /&gt;
  &lt;input id="ctl00_MainContent_CheckBoxList1_2" type="checkbox"
    name="ctl00$MainContent$CheckBoxList1$2" value="Item 2" /&gt;
  &lt;label for="ctl00_MainContent_CheckBoxList1_2"&gt;Item 2&lt;/label&gt;
&lt;/span&gt;</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>&lt;table id="ctl00_MainContent_CheckBoxList2"&gt;
  &lt;tr&gt;
    &lt;td&gt;
      &lt;input id="ctl00_MainContent_CheckBoxList2_0" type="checkbox"
        name="ctl00$MainContent$CheckBoxList2$0" value="Item 1" /&gt;
      &lt;label for="ctl00_MainContent_CheckBoxList2_0"&gt;Item 1&lt;/label&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;
      &lt;input id="ctl00_MainContent_CheckBoxList2_1" type="checkbox"
        name="ctl00$MainContent$CheckBoxList2$1" value="Item 2" /&gt;
      &lt;label for="ctl00_MainContent_CheckBoxList2_1"&gt;Item 2&lt;/label&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;
      &lt;input id="ctl00_MainContent_CheckBoxList2_2" type="checkbox"
        name="ctl00$MainContent$CheckBoxList2$2" value="Item 3" /&gt;
      &lt;label for="ctl00_MainContent_CheckBoxList2_2"&gt;Item 3&lt;/label&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;</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>