Vcl.ComCtrls.TListColumn.MaxWidth

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property MaxWidth: TWidth read FMaxWidth write SetMaxWidth default 0;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListColumn

説明

ヘッダー セクションの最大幅を指定します。

MaxWith は、ヘッダー セクションの最大幅をピクセル単位で指定します。MaxWith の値が MinWith プロパティに等しいとき、ヘッダー セクションは実行時にサイズ変更ができません。

関連項目