ListBoxScrollingConceptMetadata
¶
Defines properties and message types for ListBoxScrollingConcept.
| 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 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.
| ScrollPositionProperty¶ | Reports the scroll position in the Scroll View within the List Box. Example
|
| ScrollSpeedProperty¶ | Reports the scroll speed in the Scroll View within the List Box. Example
|