Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomSplitter.MinSize

Minimum size for either of the anchored controls on opposing sides of the splitter.

Declaration

Source position: extctrls.pp line 401

public property TCustomSplitter.MinSize : Integer
  read FMinSize
  write SetMinSize
  default 30;

Description

MinSize indicates the smallest size allowed for either of the anchored controls on opposing sides of the splitter. MinSize is used in the MoveSplitter method to prevent adjacent controls from becoming too small when the splitter is dragged. The default value for the property is 30 (pixels). When set to 0 (zero), an adjacent control can be resized until is no longer visible. MinSize does not accept negative Integer values in the property.

See also

TCustomSplitter.ResizeAnchor

  

Indicates the orientation and alignment for the splitter control.

TCustomSplitter.MoveSplitter

  

MoveSplitter moves the splitter by an amount specified in Offset.

TCustomSplitter.Align

  

Specifies the placement of the control inside its Parent.