Vcl.ComCtrls.TListColumn.MinWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinWidth: TWidth read FMinWidth write SetMinWidth default 0;

C++

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

Properties

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

Description

Specifies the minimum width of the header section.

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

See Also