Class ListBoxScrollingConceptMetadata

Defines properties and message types for ListBoxScrollingConcept.

Property Types

See also PropertyType

Message Types

See also MessageType
ListBoxScrollingConceptMetadata.ScrolledMessage

Occurs when the List Box scrolls.

Arguments: ListBoxScrollingConceptMetadata.ScrolledMessageArguments

ListBoxScrollingConceptMetadata.ScrollStartedMessage

Occurs when the List Box starts to scroll.

Arguments: ListBoxScrollingConceptMetadata.ScrollStartedMessageArguments

ListBoxScrollingConceptMetadata.ScrollFinishedMessage

Occurs when the List Box stops scrolling.

Arguments: ListBoxScrollingConceptMetadata.ScrollFinishedMessageArguments

ListBoxScrollingConceptMetadata.UserScrollStartedMessage

Occurs when the application user starts to scroll the List Box.

Arguments: ListBoxScrollingConceptMetadata.UserScrollStartedMessageArguments

ListBoxScrollingConceptMetadata.UserScrollFinishedMessage

Occurs when the application user stops scrolling the List Box.

Arguments: ListBoxScrollingConceptMetadata.UserScrollFinishedMessageArguments

ListBoxScrollingConceptMetadata.TargetChangedMessage

Occurs when List Box gets a new target item.

Arguments: ListBoxScrollingConceptMetadata.TargetChangedMessageArguments

Message Arguments

Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.

ListBoxScrollingConceptMetadata.ScrollFinishedMessageArguments

ListBoxScrollingConceptMetadata.ScrollMessageArguments

ScrollPositionProperty

Reports the scroll position in the Scroll View within the List Box.

Example
local value = arguments:getScrollPositionProperty()
arguments:setScrollPositionProperty(value)
ScrollSpeedProperty

Reports the scroll speed in the Scroll View within the List Box.

Example
local value = arguments:getScrollSpeedProperty()
arguments:setScrollSpeedProperty(value)

ListBoxScrollingConceptMetadata.ScrollStartedMessageArguments

ListBoxScrollingConceptMetadata.ScrolledMessageArguments

ListBoxScrollingConceptMetadata.TargetChangedMessageArguments

ListBoxScrollingConceptMetadata.UserScrollFinishedMessageArguments

ListBoxScrollingConceptMetadata.UserScrollStartedMessageArguments

ItemIndexProperty

Reports the index of the List Box item where the user started scrolling.

Example
local value = arguments:getItemIndexProperty()
arguments:setItemIndexProperty(value)