[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TCustomSplitter.ResizeStyle

Display style used when the splitter control is moved.

Declaration

Source position: extctrls.pp line 431

public property TCustomSplitter.ResizeStyle : TResizeStyle
  read FResizeStyle
  write FResizeStyle
  default rsUpdate;

Description

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.

See also

TCustomSplitter.MoveSplitter

  

Moves the splitter by an amount specified in Offset.

TCustomSplitter.StartSplitterMove

  

Method used to start a move operation for the splitter using the mouse position in MouseXY.

TCustomSplitter.StopSplitterMove

  

Performs actions when splitter movement is stopped at the specified mouse position.

TResizeStyle

  

Enumerated type with the drawing styles available when resizing using a splitter.


Version 4.0 Generated 2025-05-03 Home