Vcl.ComCtrls.THeaderSection.MaxWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxWidth: Integer read FMaxWidth write SetMaxWidth default 10000;

C++

__property int MaxWidth = {read=FMaxWidth, write=SetMaxWidth, default=10000};

Properties

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

Description

Specifies the maximum width of the header section.

Sets the maximum width, in pixels, for the header section. If MaxWidth = MinWidth, the header section cannot be resized at runtime.

See Also