Skip to main content

TcxCustomSplitter.ResizeUpdate Property

Specifies the splitter’s behavior while it is being dragged.

Declaration

property ResizeUpdate: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

By default, end-users are allowed to move the splitter by dragging it with the mouse. You can prohibit dragging the splitter by its hot zone using the AllowHotZoneDrag property. Additionally, you can handle the OnCanResize event to restrict moving the splitter when particular conditions are met.

The splitter’s drag behavior is controlled by the ResizeUpdate property value. If True, the bound control is resized as the splitter is dragged. Otherwise, the bound control is only resized when the splitter is dropped and a pattern bar marks its position until this occurs.

The default value of the ResizeUpdate property is False.

See Also