FMX.ScrollBox.TCustomPresentedScrollBox.OnCalcContentBounds

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnCalcContentBounds: TOnCalcContentBoundsEvent read GetOnCalcContentBounds write SetOnCalcContentBounds;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
event public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox


Description

Evénement qui se déclenche après que le contrôle calcule sa taille de contenu.

Il est déclenché uniquement lorsque AutoCalculateContentSize est égal à True.

Voir aussi