Display style used when the splitter control is moved.
Source position: extctrls.pp line 406
public property TCustomSplitter.ResizeStyle : TResizeStyle |
ResizeStyle is a TResizeStyle property with the display style used when the splitter control is moved. The default value for the property is rsUpdate, and causes anchored control(s) and the splitter position to be updated when the position is changed. rsLine and rsPattern indicate the splitter position in the corresponding style, but do not update the sizes for the anchored controls until the resize operation is completed. rsNone does not update the splitter position (or anchored controls) when moved; the update occurs when the resize operation is completed.
The value in ResizeStyle is used in the MoveSplitter, StartSplitterMove, and StopSplitterMove methods.
|
MoveSplitter moves the splitter by an amount specified in Offset. |
|
|
StartSplitterMove - method for starting movement of the splitter, given the mouse position MouseXY. |
|
|
Performs actions when splitter movement is stopped at the specified mouse position. |
|
|
Enumerated type with the drawing styles available when resizing using a splitter. |