[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

THeaderSection.MinWidth

Minimum width in pixels allowed for the header section.

Declaration

Source position: comctrls.pp line 3965

published property THeaderSection.MinWidth : Integer
  read FMinWidth
  write SetMinWidth
  default 0;

Description

MinWidth is an Integer property with the minimum width in pixels allowed for the content displayed for the section on the header control. The default value for the property is 0 (zero).

Changing the property value causes the new value to be validated; it cannot be less than 0 and cannot exceed the value in the MaxWidth property. The value in the Width property is range-limited to the new values in MinWidth and MaxWidth. The collection is updated when MinWidth has been changed in the collection item.

See also

THeaderSection.MaxWidth

  

Maximum width in pixels allowed for the header section.

THeaderSection.Width

  

Total width in pixels for the text and image on the header section.

TCollectionItem


Version 3.2 Generated 2024-02-25 Home