ISplitter.AutoSnap

Syntax

AutoSnap: Boolean;

Description

The AutoSnap property determines whether it is possible to set the size of the component, to which the current Splitter component is linked that is less than the size specified in the MinSize property.

Comments

If the property is set to True, when moving the Splitter component, if sizes if the related component have reached the value set in the MinSize property, the related component is hidden, and the Splitter component is docked to the container border.

If the property is set to False, the minimum size of the related component is limited by the value of the MinSize property of the component Splitter.

See also:

ISplitter