RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlScrollBar.ButtonSize Property

Specifies the sizes of the buttons in the scroll bar.

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

Use ButtonSize to specify the sizes of the buttons in the scroll bar. If the scroll bar is horizontal, ButtonSize is the width of the arrow buttons in pixels. If the scroll bar is vertical, ButtonSize is the height of the arrow buttons in pixels. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!