Name
Listviewcolumn.Align -- set/get column alignment
Function
Set or get the column alignment. This can be one of the following values:

Left
Left alignment. This is the default.

Right
Right alignment.

Center
Centered alignment.

On non-AmigaOS systems this attribute is only supported for the dataview backend. When creating a listview and Listviewcolumn.Align is set to a value other than Left, RapaGUI will automatically switch to the dataview backend. If you don't specify this attribute at creation time but want to set it later using moai.Set(), you have to explicitly request a dataview widget by setting the Listview.ForceMode attribute.

Type
String (see above for possible values)

Applicability
ISG


Show TOC