Vcl.Forms.TControlScrollBar.ThumbSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ThumbSize: Integer read FThumbSize write SetThumbSize default 0;

C++

__property int ThumbSize = {read=FThumbSize, write=SetThumbSize, default=0};

Properties

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

Description

Specifies the length of the scroll bar's thumb tab.

Use ThumbSize to specify the length of the scroll bar's thumb tab.

See Also