FMX.Layouts.TCustomScrollBox.ContentBounds

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

Delphi

property ContentBounds: TRectF read GetContentBounds;

C++

__property System::Types::TRectF ContentBounds = {read=GetContentBounds};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox


説明

このスクロール ボックスのコンテンツ内のすべてのコントロールを囲む四角形を保持します。

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

ContentBounds プロパティは読み取り専用です。 ContentBounds によって返された値を変更する必要がある場合、DoCalcContentBounds をオーバーライドするか、OnCalcContentBounds イベント ハンドラを割り当てる必要があります。

関連項目