FMX.ScrollBox.TCustomPresentedScrollBox.OnCalcContentBounds
Delphi
property OnCalcContentBounds: TOnCalcContentBoundsEvent read GetOnCalcContentBounds write SetOnCalcContentBounds;
C++
__property TOnCalcContentBoundsEvent OnCalcContentBounds = {read=GetOnCalcContentBounds, write=SetOnCalcContentBounds};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| event | public | FMX.ScrollBox.pas FMX.ScrollBox.hpp  | 
        FMX.ScrollBox | TCustomPresentedScrollBox | 
Beschreibung
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.