piAutoScrollMinY - cScrollingClientArea
Manually sets the Y-axis auto-scroll size
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer piAutoScrollMinY
| Access Type | Syntax |
|---|---|
| Read Access: | Get piAutoScrollMinY to IntegerVariable |
| Write Access: | Set piAutoScrollMinY to IntegerVariable/Value |
Description
Manually sets the Y-axis auto scroll size, in dialog units.
When zero, this is determined automatically and is controlled by pbAutoScroll.
When piAutoScrollMinX and piAutoScrollMinY are zero and pbAutoScroll is True, the auto scrolling occurs based on the sizes and locations of the child objects. When piAutoScrollMinX and piAutoScrollMinY are zero and pbAutoScroll is False, auto scrolling never happens. When piAutoScrollMinX and piAutoScrollMinY are non-zero, they override this property for that scrolling axis.
You would use this when there is something unusual about your container, which interferes with the automatic calculation of the scroll window.
Default is 0.