CWinCtrlScrollbar

Script: SCROLLBAR

This is a control to display the scroll bar.

This is displayed by setting the GROUP that is a property of the list box.

Callbacks arriving at :class:`CWindowBase<CWindowBase>`

None

class CWinCtrlScrollbar

Functions / Properties

Int32 index { get; set; }

Specifies the texture index that acts as a scrollbar.

Textures other than those specified by this value are displayed without length or position changes.

Single fadeSpeed { get; set; }

Specifies the speed at which the scroll bar disappears when it is no longer displayed .

Example of use

CWinCtrlScrollbar     sbListbox = find<CWinCtrlScrollbar>(SCROLLBAR_Listbox);