ScrollBar.ProportionalThumb Property (Outlook Forms Script)

Returns or sets a Boolean that specifies whether the size of the scroll box is proportional to the scrolling region or fixed. Read/write.

Syntax

expression.ProportionalThumb

expression A variable that represents a ScrollBar object.

Remarks

True if the scroll box is proportional in size to the scrolling region (default). False if the scroll box is a fixed size.

The size of a proportional scroll box graphically represents the percentage of the object that is visible in the window. For example, if 75 percent of an object is visible, the scroll box covers three-fourths of the scrolling region in the scroll bar.

If the scroll box is a fixed size, the system determines its size based on the height and width of the scroll bar.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.