RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSplitter.ResizeStyle Property

Specifies the effect of moving the splitter.

Pascal
property ResizeStyle: TResizeStyle;
C++
__property TResizeStyle ResizeStyle;

Use ResizeStyle to determine what happens when the user moves the splitter with the mouse.  

ResizeStyle can have one of the values in the following table:

Value 
Meaning 
rsNone  
Moving the splitter with the mouse has no effect.  
rsLine  
A line is drawn indicating the new position of the splitter that would result if the user released the mouse at the current position. The splitter does not actually move and no controls are resized.  
rsUpdate  
The control against which the splitter is aligned is resized based on the current mouse position, and the splitter is moved to that position.  
rsPattern  
A pattern is drawn indicating the new position of the splitter that would result if the user released the mouse at the current position. The splitter does not actually move and no controls are resized. This is the default value for ResizeStyle.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!