Click or drag to resize

ListViewColumn.Width Property

X#
A numeric value that represents the character width of the list view column.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Width AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A numeric value that represents the character width of the list view column.
Remarks

For autosizing, one of the following values can be used:

LVCSW_AUTOSIZEThe list view column is automatically sized to the entry with the maximum width (-1).
LVCSW_AUTOSIZE_HEADERThe list view column is automatically sized to the width of its header (-2)..
See Also