Vcl.ExtCtrls.THeader.SectionWidth

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

Delphi

property SectionWidth[X: Integer]: Integer read GetWidth write SetWidth;

C++

__property int SectionWidth[int X] = {read=GetWidth, write=SetWidth};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls THeader

説明

ヘッダーセクションの幅をピクセル単位で決めます。

SectionWidth プロパティを使用すると,各ヘッダーセクションの幅を指定できます。X はセクションのインデックスで,0 ~(セクションの数 -1)の値です。たとえば,最初のセクションのインデックスは 0,次のセクションは 1 と続きます。