FMX.ScrollBox.TCustomPresentedScrollBox.ContentBounds
Delphi
property ContentBounds: TRectF read GetContentBounds write SetContentBounds;
C++
__property System::Types::TRectF ContentBounds = {read=GetContentBounds, write=SetContentBounds};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| property | public | FMX.ScrollBox.pas FMX.ScrollBox.hpp |
FMX.ScrollBox | TCustomPresentedScrollBox |
Beschreibung
Die Ränder des Inhalts.
Diese Eigenschaft ist schreibgeschützt, wenn AutoCalculateContentSize True ist. Um die Ränder des Inhalts zu aktualisieren, wenn AutoCalculateContentSize True ist, rufen Sie UpdateContentSize auf.