Skip to content

ScrollOnThumbTrackState - DataList

Determines if scrolling should occur when the thumb is dragged or when it is dragged and released

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer ScrollOnThumbTrackState
Access Type Syntax
Read Access: Get ScrollOnThumbTrackState to IntegerVariable
Write Access: Set ScrollOnThumbTrackState to IntegerVariable/Value

Description

ScrollOnThumbTrackState determines if scrolling should occur when the thumb is dragged or when it is dragged and released. When set to True (the default) the grid scrolls as the thumb is dragged.

Normally, you will want to leave this property set to True. If your list contains a great deal of custom code to support special scrolling behaviors such that your grids can not support scrolling in "real time", you may need to set this to False. Since non-virtual grids scroll in-memory data this is not a likely occurrence.

Default is true.