The IListViewColumn interface contains properties and methods of the column of the ListView component.
Property name | Brief description | |
The Alignment property determines how labels of the tree elements are placed in the column. | ||
The AutoSize property determines whether the width of the column is changed automatically depending on the component width. | ||
The Caption property determines the header of the component column. | ||
The ImageIndex property determines the image number (starting with 0) from the list of the LargeImages property of the component. | ||
The Index property determines index of the current column. | ||
The MaxWidth property determines the maximum width of the column. | ||
The MinWidth property determines the minimum width of the column. | ||
The SortAscending property determines the direction of sorting. | ||
The Visible property determines whether the column is visible. | ||
The Width property determines the width of the column in pixels. |
Method name | Brief description | |
The Delete method enables the user to delete a column. |
See also: