scrollbar | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Designates the Scrollbar tool, which is used to create new scrollbars. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: templateScrollbar, scrollbar Property: style Command: palette, choose Function: tool Glossary: keyword, popup menu Object: scrollbar |
Description | Use the scrollbar keyword to create scrollbars, progress bars, and drag bars. When using the Scrollbar tool, the cursor is a crosshairs. This tool is used for creating scrollbars by clicking at one corner of the scrollbar and dragging to the opposite corner. You can set the style of the templateScrollbar to the scrollbar type you want, then draw the scrollbar with the Scrollbar tool. The scrollbar icon on the Tools palette works this way: each choice in the popup menu sets the style of the templateScrollbar, then chooses the Scrollbar tool so you can create the scrollbar. |