FMX.ScrollBox.TPresentedFramedScrollBox.ShowSizeGrip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowSizeGrip: Boolean read GetShowSizeGrip write SetShowSizeGrip default 0;

C++

__property ShowSizeGrip = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TPresentedFramedScrollBox

Description

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

FMX.ScrollBox.TPresentedFramedScrollBox.ShowSizeGrip inherits from FMX.ScrollBox.TCustomPresentedScrollBox.ShowSizeGrip. All content below this line refers to FMX.ScrollBox.TCustomPresentedScrollBox.ShowSizeGrip.

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

See Also