FMX.Layouts.TCustomScrollBox.ViewportPosition
Delphi
property ViewportPosition: TPointF read GetViewportPosition write SetViewportPosition;
C++
__property System::Types::TPointF ViewportPosition = {read=GetViewportPosition, write=SetViewportPosition};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | TCustomScrollBox |
Description
Coordinates of the origin of the scrolling viewport specified as the offset from the origin of the content layout of this scroll box.
Coordinates are specified as the TPointF point defining the origin of the scrolling viewport in relation to the origin of the content layout of this scroll box.
A scrolling viewport (or viewport) is a rectangle bounding all controls placed on the content layout of this scroll box.