Documentation for this section has not yet been entered.
Use the BaseDataList.HorizontalAlign property to specify the horizontal alignment of a data listing 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.
NotSet |
The horizontal alignment is not set. |
Left |
The data listing control is left-aligned within its container. |
Center |
The data listing control is centered within its container. |
Right |
The data listing control is right-aligned within its container. |