Meta_ScrollBar

A ScrollBar is a Meta_Slider wrapped in arrow button controls.

Public Types


enum IDX

Property index.

Idx_Enabled

bool - When enabled, this panel and its children are drawn

Idx_Position

vec3f - Position of the panel relative to its parent

Idx_SizingMode
Idx_Size
Idx_Style

link - Style to apply to the scrollbar (Meta_ScrollBarStyle)

Idx_Type

SliderType (int) - Horizontal or Vertical

Idx_Minimum

float - Minimum value represented by the slider

Idx_Maximum

float - Maximum value represented by the slider

Idx_Length

float - Length of the slider bar

Idx_Step

float - Step size, or zero for continuous values

Idx_Value

float - Current value of the slider (location of the handle along the bar)


Types for Idx_Type.

SLIDERTYPE_HORIZONTAL

Symbols - C: "Horiztonal", Lua: __ScrollBar_Horiztonal

SLIDERTYPE_VERTICAL

Symbols - C: "Vertical", Lua: __ScrollBar_Vertical

No Results.

Getting StartedArchitectureBest PracticesHow ToAdvanced TopicsChangelogvrtreevrtree_cppvtCoreCoreForeign Function InterfaceMetanodesMigrationsObserversPropertiesSettingsTreeUtilitiesAPI DefinitionsVR ExchangePluginsLua API