RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSplitter.AutoSnap Property

Determines whether neighboring objects are resized to zero when the splitter is used to make them smaller than MinSize.

Pascal
property AutoSnap: Boolean;
C++
__property Boolean AutoSnap;

Set AutoSnap to false to prevent the splitter from resizing neighboring objects to zero when the user tries to make them smaller than MinSize. When AutoSnap is false, such resize attempts are simply blocked, leaving the neighboring object with a size of MinSize. The default value of AutoSnap is true. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!