ASP.NET RadioButtonList RepeatDirection 屬性
ASP.NET RadioButtonList RepeatDirection 屬性

定義和用法
RepeatDirection 屬性用于獲取或設(shè)置 RadioButtonList 中的項(xiàng)目是垂直顯示還是水平顯示。
語(yǔ)法
<asp:RadioButtonList RepeatDirection="mode" runat="server"> ... 一些內(nèi)容 ... </asp:RadioButtonList >
屬性 | 描述 |
---|---|
mode | 規(guī)定 RadioButtonList 中的項(xiàng)目的布局。 可能的值:
|
下面的例子設(shè)置了 RadioButtonList 控件的 RepeatDirection:
<form runat="server"> <asp:RadioButtonList id="rb1" runat="server" RepeatDirection="Horizontal"> ... 一些內(nèi)容 ... </asp:RadioButtonList> </form>

相關(guān)文章
- ASP.NET Web Pages Razor
- ASP.NET 數(shù)據(jù)庫(kù)連接
- ASP.NET Web 服務(wù)器控件
- 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 實(shí)例 使用數(shù)據(jù)庫(kù) 根據(jù)數(shù)據(jù)庫(kù)顯示條形圖
- ASP.NET Calendar CellPadding 屬性
- ASP.NET Calendar ShowNextPrevMonth 屬性
- ASP.NET Calendar TitleStyle 屬性
- ASP.NET Calendar WeekendDayStyle 屬性