ASP.NET CheckBoxList CellSpacing 屬性
ASP.NET CheckBoxList CellSpacing 屬性

定義和用法
CellSpacing 屬性用于獲取或設(shè)置 CheckBoxList 中表格單元格之間的像素數(shù)。
注意:該函數(shù)僅在 RepeatLayout 設(shè)置為 "Table" 時有效(默認(rèn))。
語法
<asp:CheckBoxList CellSpacing="pixels" runat="server">
Some Content
</asp:CheckBoxList>
Some Content
</asp:CheckBoxList>
屬性 | 描述 |
---|---|
pixels | 規(guī)定表格單元格之間的像素數(shù)。 |
實(shí)例
下面的實(shí)例設(shè)置了 CheckBoxList 控件的 CellSpacing 屬性:
<form runat="server">
<asp:CheckBoxList id="rb1"
runat="server" CellSpacing="15">
Some content
</asp:CheckBoxList>
</form>
<asp:CheckBoxList id="rb1"
runat="server" CellSpacing="15">
Some content
</asp:CheckBoxList>
</form>
演示實(shí)例 ?

相關(guān)文章
- ASP.NET Web 的 C# 和 VB 實(shí)例
- ASP.NET Web Pages WebSecurity 參考手冊
- ASP.NET Razor 標(biāo)記
- ASP.NET Razor VB 邏輯
- ASP.NET MVC 控制器
- ASP.NET MVC 視圖
- ASP.NET Button 控件
- ASP.NET ArrayList
- ASP.NET ValidationSummary 控件
- ASP.NET Calendar 控件
- ASP.NET ImageButton 控件
- ASP.NET PlaceHolder 控件
- WebSecurity GetCreateDate 方法
- WebSecurity RequireUser 方法
- HTML InputHidden
- ASP.NET HTML 控件 Hashtable RadiobuttonList 2
- C# 實(shí)例 可重復(fù)使用的頭部和底部
- C# 實(shí)例 For 循環(huán)
- C# 實(shí)例 Array 數(shù)組
- ASP.NET Calendar OtherMonthDayStyle 屬性