Vcl.CheckLst.TCheckListBox.ItemHeight

提供:RAD Studio API Documentation

Delphi

property ItemHeight: Integer read GetItemHeight write SetItemHeight default 16;

C++

__property ItemHeight = {default=16};

プロパティ

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

説明

オーナー描画リストボックス内の項目の高さをピクセル数で指定します。 {{#multireplace:Vcl.CheckLst.TCheckListBox.ItemHeight|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Vcl.StdCtrls.TCustomListBox.ItemHeight|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Vcl.StdCtrls.TCustomListBox.ItemHeight|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

オーナー描画リストボックス内の項目の高さをピクセル数で指定します。

ItemHeight を使用すると,Style プロパティが lbOwnerDrawFixed であればリストボックスの項目の高さを制御できます。また,ItemHeight プロパティはリストボックスの高さにも影響します。IntegralHeight プロパティが true ならば,リストボックスの高さは常に ItemHeight の値の倍数になります。

Style プロパティが lbStandard または lbOwnerDrawVariable ならば,ItemHeight 値は無視されます。

関連項目