ASP.NET RadioButtonList RepeatLayout 属性
ASP.NET RadioButtonList RepeatDirection 属性
RadioButtonList 控件定义和用法
RepeatDirection 属性用于获取或设置 RadioButtonList 中的项目是垂直显示还是水平显示。
语法
<asp:RadioButtonList RepeatDirection="mode" runat="server">
Some Content
</asp:RadioButtonList >
Some Content
</asp:RadioButtonList >
属性 | 描述 |
---|---|
mode | 规定 RadioButtonList 中项目的布局方向。 可能的值:
|
实例
下面的实例设置了 RadioButtonList 控件的 RepeatDirection:
<form runat="server">
<asp:RadioButtonList id="rb1"
runat="server" RepeatDirection="Horizontal">
Some content
</asp:RadioButtonList>
</form>
<asp:RadioButtonList id="rb1"
runat="server" RepeatDirection="Horizontal">
Some content
</asp:RadioButtonList>
</form>
演示实例 »
相关文章
- ASP.NET Web Pages – 发布
- ASP.NET Razor 标记
- ASP.NET MVC 模型
- ASP.NET TextBox 控件
- ASP.NET SortedList
- ASP.NET HyperLink 控件
- WebSecurity InitializeDatabaseConnection 方法
- WebSecurity IsConfirmed 方法
- HTML Image 2
- HTML Textarea
- ASP.NET HTML 控件 Calendar 3
- RadiobuttonList
- ASP.NET HTML 控件 Repeater
- ASP.NET HTML 控件 用 重复
- ASP.NET HTML 控件 XML RadiobuttonList
- C# 实例 显示日期和时间
- VB 实例 Else If 条件
- C# 实例 使用 Chart 帮助器 根据数据库显示饼图
- htmlbutton
- ASP.NET Calendar SelectMonthText 属性