API:Vcl.CheckLst.TCheckListBox.IntegralHeight

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

Delphi

property IntegralHeight: Boolean read FIntegralHeight write SetIntegralHeight default 0;

C++

__property IntegralHeight = {default=0};

プロパティ

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

説明

リストボックスに項目の一部だけを表示するかどうかを指定します。

Vcl.CheckLst.TCheckListBox.IntegralHeight は Vcl.StdCtrls.TCustomListBox.IntegralHeight を継承しています。以下の内容はすべて Vcl.StdCtrls.TCustomListBox.IntegralHeight を参照しています。

リストボックスに項目の一部だけを表示するかどうかを指定します。

IntegralHeight はリストボックス自身の高さを制御します。

IntegralHeight プロパティが true で,Style プロパティが lsOwnerDrawFixed であれば,リストボックスの高さは常に ItemHeight プロパティの倍数になります。この場合リストボックス内の項目が部分的に表示されることはありません。

IntegralHeight プロパティが false ならば,リストボックスの高さを任意に設定できますが,最後の項目が完全に表示されないかもしれません。

リストボックスの Style プロパティの値が lbOwnerDrawVariable ならば,IntegralHeight プロパティを true に設定しても無視されます。

関連項目