Class TCastleScrollViewManual
Unit
Declaration
type TCastleScrollViewManual = class(TCastleScrollViewCustom)
Description
Control with a scrollbar. This user interface control shows a vertical scrollbar on the right side, and allows to operate on it using keyboard, mouse, touch.
The scrollbar automatically doesn't affect anything (hence the name of this class contains the word "manual"). You need to assign OnChange event to react to the scrollbar dragging to actually do something. Usually you also want to adjust PageSize and CompleteSize.
If you want to easily scroll a tall user interface contents, it is easier to use TCastleScrollView than this control.
Source: ui/castlecontrols_scrollview.inc (line 226).
Hierarchy
- TObject
- TPersistent
- TComponent
- TCastleComponent
- TCastleUserInterface
- TCastleScrollViewCustom
- TCastleScrollViewManual
Generated by PasDoc 0.17.0.snapshot.