FMX.ScrollBox.TCustomScrollBoxModel.OnCalcContentBounds

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnCalcContentBounds: TOnCalcContentBoundsEvent read FOnCalcContentBounds write FOnCalcContentBounds;

C++

__property TOnCalcContentBoundsEvent OnCalcContentBounds = {read=FOnCalcContentBounds, write=FOnCalcContentBounds};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomScrollBoxModel


Beschreibung

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

Wird nur ausgelöst, wenn AutoCalculateContentSize True ist.

Siehe auch