unboundedHScroll

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the unboundedHScroll of <group> to {true | false}
Associationsgroup
Summary

Specifies whether automatic clamping of the hScroll offsets of a group is on or off.

Introduced4.6
OSmac, windows, linux, ios, android
Platformsdesktop, server
Example
set the unboundedHScroll of group "items" to true
RelatedProperty: hScrollbar, unboundedVScroll, hScroll
Object: group
Description

Use the unboundedHScroll property to turn automatic clamping of the hScroll offset of a group on or off.

When the unboundedHScroll property of a group is set to true and the hScrollbar is not visible, it is possible to set the hScroll property of the group to values outside that of the size of the content (both positive and negative).

If the hScrollbar of the group is made visible or the unboundedHScroll property is turned off and the hScroll value is outside of the content bounds, the group is scrolled to bring the hScroll value within the appropriate range.

Tagsui