[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Minimum width for the column in pixels.
Source position: comctrls.pp line 1251
published property TListColumn.MinWidth : TWidth |
MixWidth is used to constrain the width for the column to a minimum number of pixels. It is used, along with MaxWidth, to range limit the value in Width at design-time or when resized with a mouse.
MinWidth, MaxWidth, and Width are not used when AutoSize is enabled; the values are ignored and the column width is determined by the content in the column.
|
Width for the column on a list view control. |
|
|
Maximum width for the column in pixels. |
|
|
Resizes the column to the width needed for the list view Items or SubItems displayed in the column. |
Version 4.0 | Generated 2025-05-03 | Home |