ThumbScrollState - DataList
Determines if the scrollbar should use the more standard windows scrollbar behavior
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer ThumbScrollState
| Access Type | Syntax |
|---|---|
| Read Access: | Get ThumbScrollState to IntegerVariable |
| Write Access: | Set ThumbScrollState to IntegerVariable/Value |
Description
The ThumbScrollState property determines if the scrollbar should use the more standard windows scrollbar behavior. When set to True (the default), thumb movements will cause the grid to scroll. When set to False, thumb movements will generate row-up and row-down behaviors similar to pressing the scroll bar up and down arrows.
These behaviors are easier to see than to describe. You are encouraged to create a Grid in the Studio and try changing these properties.
Note that by setting both ScrollOnThumbTrackState and ThumbScrollState to False your grids will behave the way they did in previous versions of DataFlex.
Default is true.