RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlScrollBar.Size Property

Specifies the scroll bar's size.

Pascal
property Size: Integer;
C++
__property int Size;

Use Size to specify the width of the scroll bar in pixels.

Note: The length of the scroll bar is determined by the width (for horizontal scroll bars) or height (for vertical scroll bars) of the associated scrolling windowed control.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!