FMX.Layouts.TScrollBox.ShowSizeGrip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowSizeGrip: Boolean read FShowSizeGrip write SetShowSizeGrip default 0;

C++

__property ShowSizeGrip = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TScrollBox

Description

Specifies whether to show the size grip in the lower-right corner of this scroll box.

Set the ShowSizeGrip property to True to enable the resize grip in the lower-right corner of this scroll box control, or to False if you do not want to show this grip.

Tip: When you attempt to resize through the grip, the form that holds this scroll box will actually resize. So use this property when this scroll box has its Align property set to Client.

See Also