Vcl.ComCtrls.TListColumn.MinWidth

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

Delphi

property MinWidth: TWidth read FMinWidth write SetMinWidth default 0;

C++

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

プロパティ

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

説明

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

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

関連項目