Vcl.Forms.TControlScrollBar.Size

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Size: Integer read FSize write SetSize default 0;

C++

__property int Size = {read=FSize, write=SetSize, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TControlScrollBar

Description

Specifies the scroll bar's 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.

See Also