ASP.NET RadioButtonList RepeatDirection 属性
ASP.NET RadioButtonList RepeatDirection 属性
RadioButtonList 控件定义和用法
RepeatDirection 属性用于获取或设置 RadioButtonList 中的项目是垂直显示还是水平显示。
语法
<asp:RadioButtonList RepeatDirection="mode" runat="server"> ... 一些内容 ... </asp:RadioButtonList >
属性 | 描述 |
---|---|
mode | 规定 RadioButtonList 中的项目的布局。 可能的值:
|
下面的例子设置了 RadioButtonList 控件的 RepeatDirection:
<form runat="server"> <asp:RadioButtonList id="rb1" runat="server" RepeatDirection="Horizontal"> ... 一些内容 ... </asp:RadioButtonList> </form>RadioButtonList 控件
相关文章
- ASP.NET Web Pages Razor
- ASP.NET 数据库连接
- ASP.NET Web 服务器控件
- ASP.NET CheckBoxList 控件
- ASP.NET DropDownList 控件
- ASP.NET Label 控件
- ASP.NET Style 控件
- WebSecurity InitializeDatabaseConnection 方法
- HTML Inputbutton
- ASP.NET HTML 控件 Calendar
- ASP.NET HTML 控件 Calendar 3
- ASP.NET HTML 控件 Repeater
- ASP.NET HTML 控件 Textbox
- ASP.NET HTML 控件 RangeValidator 2
- ASP.NET HTML 控件 Hashtable RadioButtonList 1
- VB 实例 使用数据库 根据数据库显示条形图
- ASP.NET Calendar CellPadding 属性
- ASP.NET Calendar ShowNextPrevMonth 属性
- ASP.NET Calendar TitleStyle 属性
- ASP.NET Calendar WeekendDayStyle 属性