AutoSnap: Boolean;
The AutoSnap property determines whether it should be possible to set the size of the component to which the current component is bound Splitter is less than the size specified in the MinSize property.
If the property is set to True, when moving the component Splitter, 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: