property PropertiesList.ColumnWidth([Index as Variant]) as Long

Retrieves or sets the column's width.

TypeDescription
Index as Variant A long expression that indicates the column's index. The valid values are: 0 for "Name" column, and 1 for 'Value' column.
Long A long expression that indicates the column's width, in pixels.

Use the ColumnWidth property to specify the column's width. Use the ColumnAutoResize property to let control resizes the columns to fit the control's client area. Use the HeaderVisible property to show the control's header bar. Use the ColumnCaption property to define the column's caption.