Vcl.ComCtrls.THeaderSection.MinWidth

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

Delphi

property MinWidth: Integer read FMinWidth write SetMinWidth default 0;

C++

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

プロパティ

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

説明

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

ヘッダーセクションの最小幅をピクセル単位で設定します。MinWidth = MaxWidth の場合は,実行時にヘッダーセクションのサイズを変更することはできません。

関連項目