asp.net.ph

CheckBoxList.CellSpacing Property

System.Web.UI.WebControls Namespace   CheckBoxList Class


Sets or retrieves the amount of space between cells.

Syntax


Inline <asp:checkboxlist cellspacing = intPixels ... >
Script CheckBoxList.CellSpacing [ = intPixels ]

Property Value


intPixels Integer specifying the amount of space ( in pixels ) between adjacent cells.

The property is read/write with a default value of -1, which indicates that no value is specified.

Remarks

Use the CellSpacing property to control the spacing between adjacent cells in a CheckBoxList control. This spacing is applied both vertically and horizontally. The cell spacing is uniform for the entire data listing control. Individual cell spacing between each row or column cannot be specified.

NOTE: This property applies only if the RepeatLayout property is set to Table.

See Also

CheckBoxList Members   CellPadding Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph