Class TCastleScrollArea

Unit

Declaration

type TCastleScrollArea = class(TCastleUserInterface)

Description

Class that represents scrollable area inside TCastleScrollView.ScrollArea. Never create instances of this class directly – it should only be created by TCastleScrollView.

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;

Properties

Published property AutoSizeToChildren default true;
Published property VerticalAnchorSelf stored false;
Published property VerticalAnchorParent stored false;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 

Properties

Published property AutoSizeToChildren default true;
 
Published property VerticalAnchorSelf stored false;

Do not store VerticalAnchorXxx properties, they should be only controlled using TCastleScrollViewCustom.Scroll. Note: we cannot prevent storing (duplicated in this case) Translation.Y value.

Published property VerticalAnchorParent stored false;
 

Generated by PasDoc 0.16.0.