Documentation for this section has not yet been entered.
Use the TableItemStyle.HorizontalAlign property to specify the horizontal alignment of the data list control within its container. This property is set with one of the System.Web.UI.WebControls.HorizontalAlign enumeration values. The following table lists the possible values.
HorizontalAlign.NotSet |
The horizontal alignment is not set. |
HorizontalAlign.Left |
The contents of a cell are left justified within the cell. |
System.Web.UI.MobileControls.Alignment.Center |
The contents of a cell are centered within the cell. |
HorizontalAlign.Right |
The contents of a cell are right justified within the cell. |
The value of this property is stored in view state.