ListViewColumn.Width Property (Typed) | |
A numeric value that represents the character width of the list view column.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Width AS LONG GET SET
public virtual int Width { get; set; }
Request Example
View SourceProperty Value
Type:
LongA 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