ListViewColumn.Alignment Property (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Alignment AS LONG GET SET
public virtual int Alignment { get; set; }
Request Example
View SourceProperty Value
Type:
Long
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