proportionalThumbs

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the proportionalThumbs to {true | false}
Summary

Specifies whether the draggable thumbs in scrollbars are a fixed size, or a size proportional to the amount of content shown.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the proportionalThumbs to true
Values
NameTypeDescription
Value

The proportionalThumbs is true or false. By default, the proportionalThumbs property is set to false on Mac OS systems, true on Unix and Windows systems.

RelatedKeyword: field, scrollbar
Property: thumbSize
Object: scrollbar, stack
Glossary: property, Unix, appearance, Windows, Mac OS, scrollbar thumb
Description

Use the proportionalThumbs property to control the appearance of scrollbars.

If the proportionalThumbs is set to true, the scrollbar thumb is sized proportionately to the visible content of its field, group, or stack. If almost all the content is currently visible, the thumb is large and fills most of the scrollbar; if only a small percentage of content is visible, the thumb is small.

Tagsui