startValue

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the startValue of <scrollbar> to <number>
Associationsscrollbar
Summary

Specifies the value corresponding to a scrollbar's start position.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the startValue of scrollbar "Progress" to 1
Values
NameTypeDescription
Value

The startValue of a scrollbar is an integer between zero and 65535. By default, the startValue property of newly created scrollbars is set to zero.

RelatedProperty: endValue, properties, thumbSize, thumbPosition
Message: scrollbarLineInc, scrollbarBeginning
Keyword: scrollbar, integer
Constant: scrollbarFactor
Function: value
Glossary: scrollbar thumb, property
Object: scrollbar
Description

Use the startValue and endValue properties to set the scale of the scrollbar.

The startValue is the value of the thumbPosition when the scrollbar thumb is all the way to the top (for a vertical scrollbar) or left (for a horizontal scrollbar).

Tagsui