Unicode Controls & Classes for VB6 - Version 4

clsUniLV_ColumnHeader.Alignment Property

Gets or sets the column alignment, note that the first column has to be Left alignment

Syntax
Public Property Get Alignment () As eCtlUniListView_ListColumnAlignmentConstants
Public Property Let Alignment (ByRef lca As eCtlUniListView_ListColumnAlignmentConstants)
Parameters
Parameter Description
ByRef lca As eCtlUniListView_ListColumnAlignmentConstants The new value
Remarks