FMX.ScrollBox.TCustomPresentedScrollBox.ShowSizeGrip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowSizeGrip: Boolean read GetShowSizeGrip write SetShowSizeGrip default False;

C++

__property bool ShowSizeGrip = {read=GetShowSizeGrip, write=SetShowSizeGrip, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox

Description

Shows a small control in the right-bottom corner that represents the size of the changing control.

See Also