FMX.ScrollBox.TPresentedFramedVertScrollBox.OnCalcContentBounds

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnCalcContentBounds: TOnCalcContentBoundsEvent read GetOnCalcContentBounds write SetOnCalcContentBounds;

C++

__property OnCalcContentBounds;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TPresentedFramedVertScrollBox

Beschreibung

Ereignis, das ausgelöst wird, nachdem das Steuerelement die Größe seines Inhalts berechnet hat.

FMX.ScrollBox.TPresentedFramedVertScrollBox.OnCalcContentBounds erbt von FMX.ScrollBox.TCustomPresentedScrollBox.OnCalcContentBounds. Der folgende Inhalt bezieht sich auf FMX.ScrollBox.TCustomPresentedScrollBox.OnCalcContentBounds.

Ereignis, das ausgelöst wird, nachdem das Steuerelement die Größe seines Inhalts berechnet hat.

Dieses Ereignis wird nur ausgelöst, wenn AutoCalculateContentSize True ist.

Siehe auch