ListViewColumn.Width Property | |
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
public virtual Usual Width { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA numeric value that represents the character width of the list view column.
Remarks For autosizing, one of the following values can be used:
LVCSW_AUTOSIZE | The list view column is automatically sized to the entry with the maximum width (-1). |
LVCSW_AUTOSIZE_HEADER | The list view column is automatically sized to the width of its header (-2).. |
See Also