property Tree.ScrollThumbSize(ScrollBar as ScrollBarEnum) as Long
Specifies the size of the thumb in the scrollbar.
Type
Description
ScrollBar as
ScrollBarEnum
A ScrollBarEnum expression that indicates the vertical or the horizontal scroll bar.
Long
A long expression that defines the size of the scrollbar's thumb.
Use the ScrollThumbSize property to define a fixed size for the scrollbar's thumb. By default, the ScrollThumbSize property is -1, that makes the control computes automatically the size of the thumb based on the scrollbar's range. If case, use the fixed size for your thumb when you change its visual appearance using the
Background
(exVSThumb) or
Background
(exHSThumb) property. Use the
ScrollWidth
property to specify the width of the vertical scroll bar. Use the
ScrollButtonWidth
property to specify the width of the buttons in the horizontal scroll bar. Use the
ScrollHeight
property to specify the height of the horizontal scroll bar. Use the
ScrollButtonHeight
property to specify the height of the buttons in the vertical scroll bar. Use the
ScrollPartVisible
property to specify the visible parts in the control's scroll bar.
Send comments on this topic.
© 1999-2008
Exontrol Inc, Software
. All rights reserved.