orientation | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | scrollbar | ||||||
Summary | Reports whether a scrollbar is vertical or horizontal--that is, whether its height or width property is greater. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: scrollbar Glossary: property Property: height, properties, rectangle, width | ||||||
Description | Use the orientation property to find out whether a scrollbar is horizontal or vertical. If the scrollbar's height is greater than or equal to its width, the scrollbar is vertical. If the width is greater than the height, the scrollbar is horizontal. To change a scrollbar's orientation, change its width and height properties. | ||||||
Tags | ui |