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