FMX.ScrollBox.TCustomPresentedScrollBox.OnCalcContentBounds

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

Delphi

property OnCalcContentBounds: TOnCalcContentBoundsEvent read GetOnCalcContentBounds write SetOnCalcContentBounds;

C++

__property TOnCalcContentBoundsEvent OnCalcContentBounds = {read=GetOnCalcContentBounds, write=SetOnCalcContentBounds};

プロパティ

種類 可視性 ソース ユニット
event public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox


説明

コントロールがそのコンテンツ サイズを計算した後で発生するイベントです。

AutoCalculateContentSizeTrue の場合にのみ発生します。

関連項目