2.214 .mincolwidth[integer]

The attribute specifies the minimum column widths in the detail view of the listview object. Users cannot interactively make the columns narrower than defined in this attribute.

  • Data type

    integer

  • Access

    get, set

  • changed event

    yes

The value range of the index is 0 … .colcountt, where the value with index 0 is used as default value for not set values in the range 1 … .colcount.

Value range

0 (default)

No minimum column width.

The user can hide the column by dragging the right edge of the column header to the left edge of the column with the mouse button pressed. The column can be shown again by pressing the mouse button in the column header of the next column slightly to the right of the left column edge and dragging the mouse to the right while holding down the button. Pay attention to the different shape of the mouse pointer directly above the left column edge and slightly to the right of it.

> 0

Minimum column width that the user can interactively set in the detail view.

For invalid values, the default value 0 is used. However, the attribute value is not changed.

Note

Changing the attribute in the visible state may cause the object to flicker.