FMX.ScrollBox.TCustomPresentedScrollBox.DoCalcContentBounds

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DoCalcContentBounds: TRectF; virtual;

C++

virtual System::Types::TRectF __fastcall DoCalcContentBounds();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox


Beschreibung

Berechnet die Ränder des Inhalts durch Erstellen der konvexen Hülle aller Steuerelemente, die Content untergeordnet sind.

Wenn ScrollBox den ScrollDirections-Modus Horizontal oder Vertikal verwendet, wird die Größe des Inhalts durch die Höhe bzw. die Breite beschränkt.

Siehe auch