Vcl.ComCtrls.TListColumn.MaxWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxWidth: TWidth read FMaxWidth write SetMaxWidth default 0;

C++

__property TWidth MaxWidth = {read=FMaxWidth, write=SetMaxWidth, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListColumn

Description

Specifies the maximum width of the header section.

MaxWith specifies the maximum width, in pixels, of the header section. If MaxWith equals the MinWith property, the header section cannot be resized at run time.

See Also