Vcl.ComCtrls.THeaderSection.MinWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinWidth: Integer read FMinWidth write SetMinWidth default 0;

C++

__property int MinWidth = {read=FMinWidth, write=SetMinWidth, default=0};

Properties

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

Description

Specifies the minimum width of the header section.

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

See Also