JVCL Help:TJvDockSplitterStyle.ResizeStyle

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the effect of moving the splitter.


Pascal

 propertyResizeStyle: TResizeStyle;


Description

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.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page