proportionalThumbs | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies whether the draggable thumbs in scrollbars are a fixed size, or a size proportional to the amount of content shown. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: 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. | ||||||
Tags | ui |