Class TCastleScrollArea
Unit
CastleControls
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
 |
constructor Create(AOwner: TComponent); override; |
Properties
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
Properties
 |
property AutoSizeToChildren default true; |
|
 |
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.
|
 |
property VerticalAnchorParent stored false; |
|
Generated by PasDoc 0.16.0.