API:Vcl.StdCtrls.TListBox.ScrollWidth

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

Delphi

property ScrollWidth: Integer read GetScrollWidth write SetScrollWidth default 0;

C++

__property ScrollWidth = {default=0};

プロパティ

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

説明

リストボックスの水平スクロール幅をピクセル単位で指定します。

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

リストボックスの水平スクロール幅をピクセル単位で指定します。

ScrollWidth を使用すると,リストボックスの論理幅を取得または設定できます。ScrollWidth がリストボックスのクライアント幅より大きい場合は,リストボックスに水平スクロールバーが表示されます。ScrollWidth が ClientWidth 以下の場合,水平スクロールバーは表示されません。

関連項目