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

TdxDockingManager.AutoHideMovingSize Property

Specifies the sliding step for controls whose auto hide feature is enabled.

#Declaration

Delphi
property AutoHideMovingSize: Integer read; write; default dxAutoHideMovingSize;

#Property Value

Type
Integer

#Remarks

The value of the AutoHideMovingSize property specifies the number of pixels by which the control is moved when automatically hidden or made visible. The specified offset is applied to the control with the time interval specified by the AutoHideMovingInterval property. Please refer to that property description for details.

Do not set the AutoHideMovingSize property to 0. In this instance, dock controls will not be auto hidden.

The default value of the AutoHideMovingSize property is dxAutoHideMovingSize.

See Also