System.Web.UI.WebControls Namespace RadioButtonList Class
Sets or retrieves the amount of space between cells.
Inline |
<asp:radiobuttonlist cellspacing = intPixels ... > |
Script |
RadioButtonList.CellSpacing [ = intPixels ] |
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.
Use the CellSpacing property to control the spacing between adjacent cells in a RadioButtonList 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.
RadioButtonList Members CellPadding