Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomSplitter.ResizeUpdate Property

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

#Declaration

Delphi
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