FMX.StdCtrls.TSplitter.MinSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinSize: Single read FMinSize write FMinSize;

C++

__property float MinSize = {read=FMinSize, write=FMinSize};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TSplitter

Description

Specifies the minimum size, in pixels, of the controls that are being split in case of sliding the splitter to the maximum of one of the left, right, top, or bottom margins.

Use MinSize to set the minimum width or height of the controls that are being split using this splitter.

See Also