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

TdxDockingController.IsResizing Property

Returns a value indicating whether a resizing operation is currently being performed.

#Declaration

Delphi
property IsResizing: Boolean read;

#Property Value

Type
Boolean

#Remarks

The IsResizing property returns True if a dock control is currently being resized. The affected control can be obtained via the ResizingDockControl property. If there is no resizing in progress, the IsResizing property returns False.

If you need to respond to starting or finishing a resizing operation, handle the OnStartResizing and OnEndResizing events of dock controls.

See Also