FMX.ListBox.TCustomListBox.DoCalcContentBounds

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

Delphi

function DoCalcContentBounds: TRectF; override;

C++

virtual System::Types::TRectF __fastcall DoCalcContentBounds();

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

説明

スクロール領域のすべてのコントロールを囲む、ContentBounds 四角形を計算します。

FMX.ListBox.TCustomListBox.DoCalcContentBounds は FMX.Layouts.TCustomScrollBox.DoCalcContentBounds を継承しています。以下の内容はすべて FMX.Layouts.TCustomScrollBox.DoCalcContentBounds を参照しています。

スクロール領域のすべてのコントロールを囲む、ContentBounds 四角形を計算します。

DoRealign は、DoCalcContentBoundsContentBounds 四角形に対して呼び出します。 OnCalcContentBounds イベント ハンドラが定義されている場合、DoRealign はこのイベント ハンドラを呼び出し、計算されたコンテンツを囲む四角形を、追加計算のために渡します。

関連項目