[Overview][Types][Classes][Procedures and functions][Index] |
Display style used when the splitter control is moved.
Source position: extctrls.pp line 431
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.
|
Moves the splitter by an amount specified in Offset. |
|
|
Method used to start a move operation for the splitter using the mouse position in 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. |
Version 4.0 | Generated 2025-05-03 | Home |