ListViewColumn.Alignment Property | |
A constant representing the alignment of the list view column. One of the following values can be used:
LVCFMT_LEFT
LVCFMT_CENTER
LVCFMT_RIGHT
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Alignment AS USUAL GET SET
public virtual Usual Alignment { get; set; }
Request Example
View SourceProperty Value
Type:
Usual
A constant representing the alignment of the list view column. One of the following values can be used:
LVCFMT_LEFT
LVCFMT_CENTER
LVCFMT_RIGHT
See Also