FMX.ScrollBox.TCustomPresentedScrollBox.UpdateContentSize
Delphi
procedure UpdateContentSize;
C++
void __fastcall UpdateContentSize(void);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
procedure function |
public | FMX.ScrollBox.pas FMX.ScrollBox.hpp |
FMX.ScrollBox | TCustomPresentedScrollBox |
Beschreibung
Berechnet die Ränder des Inhalts eines Bildlauffeldes neu.
Diese Methode berechnet die Ränder des Inhalts nicht, wenn AutoCalculateContentSize False oder State des Bildlauffeldes csLoading oder csDestroying ist.
Siehe auch ContentBounds.