Prop Webcontrol Radiobuttonlist Repeatlayout 2
# ASP.NET RadioButtonList RepeatLayout Property
* * RadioButtonList Control](#)
* * *
## Definition and Usage
The RepeatLayout property is used to get or set how the items in a RadioButtonList are displayed.
## Syntax
_Some Content_
| Property | Description |
| --- | --- |
| mode | Specifies the layout of the items in the RadioButtonList. Possible values: * Flow - Items are not displayed in a table * Table - Default. Items are displayed in a table |
* * *
## Example
The following example sets the RepeatLayout property of the RadioButtonList control:
_Some content_
[Live Demo Β»](#)
* * RadioButtonList Control](#)
YouTip