thumbSize | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | scrollbar | ||||||
Summary | Specifies how large a scrollbar's draggable thumb is. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: thumbPosition, endValue, formattedHeight, proportionalThumbs, startValue, formattedWidth Glossary: scrollbar thumb, property Object: scrollbar | ||||||
Description | Use the thumbSize property to specify the size of a scrollbar's draggable thumb. Normally, the thumbSize is proportional to the proportion of content visible on the screen. For example, if a third of the content can be seen and the rest is always scrolled off, the scrollbar thumb should cover a third of the scrollbar area, so the number should be one-third of the difference between the scrollbar's startValue and its endValue. If the proportionalThumbs property is set to false, this property has no effect. | ||||||
Tags | ui |