API:FMX.ScrollBox.TPresentedVertScrollBox.OnCalcContentBounds

Aus RAD Studio API Documentation

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 TPresentedVertScrollBox

Beschreibung

Ereignis, das ausgelöst wird, nachdem das Steuerelement die Größe seines Inhalts berechnet hat. {{#multireplace:FMX.ScrollBox.TPresentedVertScrollBox.OnCalcContentBounds|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:FMX.ScrollBox.TCustomPresentedScrollBox.OnCalcContentBounds|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:FMX.ScrollBox.TCustomPresentedScrollBox.OnCalcContentBounds|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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